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
.