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

pub struct Abort;

Trait Implementations

impl Parameter for Abort
[src]

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

Derived Implementations

impl Encodable for Abort
[src]

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

Serialize a value using an Encoder.

impl Decodable for Abort
[src]

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

Deserialize a value using a Decoder.