Enum rump::options::Options
[−]
[src]
pub enum Options { Empty, }
Represents different Options that can be sent wth a WAMP event
Variants
Empty |
pub enum Options { Empty, }
Represents different Options that can be sent wth a WAMP event
Empty |
impl Encodable for Options
impl PartialEq for Options
impl Clone for Options
fn clone(&self) -> Options
fn clone_from(&mut self, source: &Self)
impl Debug for Options
impl Decodable for Options