Struct amq_protocol_codegen::AMQPFlagArgument 
                   
                       [−]
                   
               [src]
pub struct AMQPFlagArgument {
    pub name: LongString,
    pub default_value: Boolean,
}Fields
name: LongString
                           
                           
                           default_value: Boolean
                           Trait Implementations
impl Named for AMQPFlagArgument[src]
impl Clone for AMQPFlagArgument[src]
fn clone(&self) -> AMQPFlagArgument
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Debug for AMQPFlagArgument[src]
impl PartialEq for AMQPFlagArgument[src]
fn eq(&self, __arg_0: &AMQPFlagArgument) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &AMQPFlagArgument) -> bool
This method tests for !=.