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<Message>,
pub current_message: Option<Message>,
}Fields
tag: String
no_local: bool
no_ack: bool
exclusive: bool
nowait: bool
messages: VecDeque<Message>
current_message: Option<Message>
Trait Implementations
impl Clone for Consumer[src]
fn clone(&self) -> Consumer
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