Struct rump::options::Caller [] [src]

struct Caller {
    features: CallerFeatures,
}

Fields

features

Trait Implementations

Derived Implementations

impl Clone for Caller

fn clone(&self) -> Caller

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

impl Debug for Caller

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

impl Encodable for Caller

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

impl Decodable for Caller

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