Struct lapin_async::queue::Consumer  
                   
                       [−]
                   
               [src]
pub struct Consumer {
    pub tag: String,
    pub no_local: bool,
    pub no_ack: bool,
    pub exclusive: bool,
    pub nowait: bool,
    pub messages: VecDeque<Delivery>,
    pub current_message: Option<Delivery>,
}Fields
tag: String
                           
                           
                           
                           no_local: bool
                           
                           
                           
                           no_ack: bool
                           
                           
                           
                           exclusive: bool
                           
                           
                           
                           nowait: bool
                           
                           
                           
                           messages: VecDeque<Delivery>
                           
                           
                           
                           current_message: Option<Delivery>
                           
            Trait Implementations
impl Clone for Consumer[src]
fn clone(&self) -> Consumer[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 Consumer[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more