Struct rump::options::Callee [] [src]

struct Callee {
    features: CalleeFeatures,
}

Fields

features

Trait Implementations

Derived Implementations

impl Clone for Callee

fn clone(&self) -> Callee

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

impl Debug for Callee

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

impl Encodable for Callee

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

impl Decodable for Callee

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