Struct sota::rvi::services::LocalServices
[−]
[src]
pub struct LocalServices {
pub start: String,
pub abort: String,
pub chunk: String,
pub finish: String,
pub getpackages: String,
}Fields
start | |
abort | |
chunk | |
finish | |
getpackages |
Trait Implementations
Derived Implementations
impl Encodable for LocalServices[src]
fn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), __S::Error>
Serialize a value using an Encoder.
impl Decodable for LocalServices[src]
fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<LocalServices, __D::Error>
Deserialize a value using a Decoder.
impl Clone for LocalServices[src]
fn clone(&self) -> LocalServices
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more