Struct amq_protocol::protocol::basic::Deliver [−][src]
pub struct Deliver {
pub consumer_tag: ShortString,
pub delivery_tag: LongLongUInt,
pub redelivered: Boolean,
pub exchange: ShortString,
pub routing_key: ShortString,
}Fields
consumer_tag: ShortString
delivery_tag: LongLongUInt
redelivered: Boolean
exchange: ShortString
routing_key: ShortString
Trait Implementations
impl Clone for Deliver[src]
impl Clone for Deliverfn clone(&self) -> Deliver[src]
fn clone(&self) -> DeliverReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for Deliver[src]
impl Debug for Deliverfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for Deliver[src]
impl PartialEq for Deliver