Struct rump::options::Roles [] [src]

struct Roles {
    caller: Caller,
    callee: Callee,
    publisher: Publisher,
    subscriber: Subscriber,
}

Fields

caller
callee
publisher
subscriber

Trait Implementations

Derived Implementations

impl Clone for Roles

fn clone(&self) -> Roles

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

impl Debug for Roles

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

impl Encodable for Roles

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

impl Decodable for Roles

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