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

Trait Implementations

impl Clone for Consumer
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Consumer
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for Consumer
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

Auto Trait Implementations

impl Send for Consumer

impl Sync for Consumer