Struct sota::rvi::parameters::Notify [] [src]

pub struct Notify {
    // some fields omitted
}

Trait Implementations

impl Parameter for Notify
[src]

fn handle(&self, remote: &Mutex<RemoteServices>, _: &Mutex<Transfers>) -> Result<Option<Event>, String>

Derived Implementations

impl Encodable for Notify
[src]

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

Serialize a value using an Encoder.

impl Decodable for Notify
[src]

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

Deserialize a value using a Decoder.