Struct rump::options::CalleeFeatures [] [src]

struct CalleeFeatures {
    caller_identification: bool,
    pattern_based_registration: bool,
    shared_registration: bool,
    progressive_call_results: bool,
    registration_revocation: bool,
}

Fields

caller_identification
pattern_based_registration
shared_registration
progressive_call_results
registration_revocation

Trait Implementations

Derived Implementations

impl Clone for CalleeFeatures

fn clone(&self) -> CalleeFeatures

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

impl Debug for CalleeFeatures

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

impl Encodable for CalleeFeatures

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

impl Decodable for CalleeFeatures

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