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

pub struct DownloadComplete {
    pub update_id: String,
    pub update_image: String,
    pub signature: String,
}

A notification to an external package manager that the package was downloaded.

Fields

update_id
update_image
signature

Trait Implementations

Derived Implementations

impl Clone for DownloadComplete
[src]

fn clone(&self) -> DownloadComplete

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

impl Debug for DownloadComplete
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Eq for DownloadComplete
[src]

impl PartialEq for DownloadComplete
[src]

fn eq(&self, __arg_0: &DownloadComplete) -> bool

This method tests for self and other values to be equal, and is used by ==. Read more

fn ne(&self, __arg_0: &DownloadComplete) -> bool

This method tests for !=.

impl Encodable for DownloadComplete
[src]

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

Serialize a value using an Encoder.

impl Decodable for DownloadComplete
[src]

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

Deserialize a value using a Decoder.