Struct amq_protocol_codegen::AMQPValueArgument 
                   
                       [−]
                   
               [src]
pub struct AMQPValueArgument {
    pub amqp_type: AMQPType,
    pub name: LongString,
    pub default_value: Option<AMQPValue>,
    pub domain: Option<LongString>,
}Fields
amqp_type: AMQPType
                           
                           
                           name: LongString
                           
                           
                           default_value: Option<AMQPValue>
                           
                           
                           domain: Option<LongString>
                           Trait Implementations
impl Named for AMQPValueArgument[src]
impl Clone for AMQPValueArgument[src]
fn clone(&self) -> AMQPValueArgument
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 AMQPValueArgument[src]
impl PartialEq for AMQPValueArgument[src]
fn eq(&self, __arg_0: &AMQPValueArgument) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &AMQPValueArgument) -> bool
This method tests for !=.