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

pub struct UpdateAvailable {
    pub update_id: String,
    pub signature: String,
    pub description: String,
    pub request_confirmation: bool,
    pub size: u64,
}

A notification from RVI that a new update is available.

Fields

update_id
signature
description
request_confirmation
size

Trait Implementations

Derived Implementations

impl Clone for UpdateAvailable
[src]

fn clone(&self) -> UpdateAvailable

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 UpdateAvailable
[src]

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

Formats the value using the given formatter.

impl Eq for UpdateAvailable
[src]

impl PartialEq for UpdateAvailable
[src]

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

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

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

This method tests for !=.

impl Encodable for UpdateAvailable
[src]

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

Serialize a value using an Encoder.

impl Decodable for UpdateAvailable
[src]

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

Deserialize a value using a Decoder.