Struct amqpr_codec::frame::method::basic::ConsumeMethod
[−]
[src]
pub struct ConsumeMethod {
pub reserved1: u16,
pub queue: String,
pub consumer_tag: String,
pub no_local: bool,
pub no_ack: bool,
pub exclusive: bool,
pub no_wait: bool,
pub arguments: HashMap<String, FieldArgument>,
}Fields
reserved1: u16
queue: String
consumer_tag: String
no_local: bool
no_ack: bool
exclusive: bool
no_wait: bool
arguments: HashMap<String, FieldArgument>
Trait Implementations
impl PartialEq for ConsumeMethod[src]
fn eq(&self, __arg_0: &ConsumeMethod) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &ConsumeMethod) -> bool[src]
This method tests for !=.
impl Clone for ConsumeMethod[src]
fn clone(&self) -> ConsumeMethod[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