Enum rump::options::Options [] [src]

pub enum Options {
    Empty,
}

Represents different Options that can be sent wth a WAMP event

Variants

Empty

Trait Implementations

impl Encodable for Options

fn encode<S: Encoder>(&self, s: &mut S) -> Result<(), S::Error>

Derived Implementations

impl PartialEq for Options

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

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

impl Clone for Options

fn clone(&self) -> Options

fn clone_from(&mut self, source: &Self)

impl Debug for Options

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

impl Decodable for Options

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