Struct sota::datatype::request::DownloadStarted [] [src]

pub struct DownloadStarted {
    pub device: String,
    pub update_id: UpdateRequestId,
    pub services: LocalServices,
}

A JSON-RPC request type to notify RVI that a new package download has started.

Fields

device
update_id
services

Trait Implementations

Derived Implementations

impl Encodable for DownloadStarted
[src]

fn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), __S::Error>

Serialize a value using an Encoder.

impl Decodable for DownloadStarted
[src]

fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<DownloadStarted, __D::Error>

Deserialize a value using a Decoder.