Struct amqpr_api::basic::consume::StartConsumeOption
[−]
[src]
pub struct StartConsumeOption {
pub queue: String,
pub consumer_tag: String,
pub is_no_local: bool,
pub is_no_ack: bool,
pub is_exclusive: bool,
pub is_no_wait: bool,
}Fields
queue: String
consumer_tag: String
is_no_local: bool
is_no_ack: bool
is_exclusive: bool
is_no_wait: bool
Trait Implementations
impl Debug for StartConsumeOption[src]
impl Clone for StartConsumeOption[src]
fn clone(&self) -> StartConsumeOption[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