Struct amqpr_codec::frame::method::basic::DeliverMethod
[−]
[src]
pub struct DeliverMethod {
pub consumer_tag: String,
pub delivery_tag: u64,
pub redeliverd: bool,
pub exchange: String,
pub routing_key: String,
}Fields
consumer_tag: String
delivery_tag: u64
redeliverd: bool
exchange: String
routing_key: String
Trait Implementations
impl PartialEq for DeliverMethod[src]
fn eq(&self, __arg_0: &DeliverMethod) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &DeliverMethod) -> bool[src]
This method tests for !=.
impl Clone for DeliverMethod[src]
fn clone(&self) -> DeliverMethod[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