Struct sota::rvi::services::BackendServices
[−]
[src]
pub struct BackendServices { pub start: String, pub ack: String, pub report: String, pub packages: String, }
Fields
start | |
ack | |
report | |
packages |
Trait Implementations
Derived Implementations
impl Encodable for BackendServices
[src]
fn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), __S::Error>
Serialize a value using an Encoder
.
impl Decodable for BackendServices
[src]
fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<BackendServices, __D::Error>
Deserialize a value using a Decoder
.
impl Clone for BackendServices
[src]
fn clone(&self) -> BackendServices
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