Struct lapin_async::generated::basic::Consume   
                   
                       [−]
                   
               [src]
pub struct Consume {
    pub ticket: ShortUInt,
    pub queue: ShortString,
    pub consumer_tag: ShortString,
    pub no_local: Boolean,
    pub no_ack: Boolean,
    pub exclusive: Boolean,
    pub nowait: Boolean,
    pub arguments: FieldTable,
}Fields
ticket: ShortUInt
                           
                           
                           
                           queue: ShortString
                           
                           
                           
                           consumer_tag: ShortString
                           
                           
                           
                           no_local: Boolean
                           
                           
                           
                           no_ack: Boolean
                           
                           
                           
                           exclusive: Boolean
                           
                           
                           
                           nowait: Boolean
                           
                           
                           
                           arguments: FieldTable
                           
            Trait Implementations
impl Clone for Consume[src]
fn clone(&self) -> Consume[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for Consume[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more