Struct rump::options::CallerFeatures [] [src]

struct CallerFeatures {
    caller_identification: bool,
    progressive_call_results: bool,
}

Fields

caller_identification
progressive_call_results

Trait Implementations

Derived Implementations

impl Clone for CallerFeatures

fn clone(&self) -> CallerFeatures

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

impl Debug for CallerFeatures

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

impl Encodable for CallerFeatures

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

impl Decodable for CallerFeatures

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