Struct amq_protocol_codegen::AMQPFlagArgument 
                   
                       [−]
                   
               [src]
pub struct AMQPFlagArgument {
    pub name: ShortString,
    pub default_value: Boolean,
}Fields
name: ShortString
                           
                           
                           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