Struct rump::options::Details [] [src]

pub struct Details {
    roles: Roles,
}

Represents advanced features this WAMP Client implements

Fields

roles

Methods

impl Details

fn new() -> Self

Trait Implementations

Derived Implementations

impl Clone for Details

fn clone(&self) -> Details

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

impl Debug for Details

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

impl Encodable for Details

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

impl Decodable for Details

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