Struct amq_protocol::protocol::basic::Return [−][src]
pub struct Return { pub reply_code: ShortUInt, pub reply_text: ShortString, pub exchange: ShortString, pub routing_key: ShortString, }
Fields
reply_code: ShortUInt
reply_text: ShortString
exchange: ShortString
routing_key: ShortString
Trait Implementations
impl Clone for Return
[src]
impl Clone for Return
fn clone(&self) -> Return
[src]
fn clone(&self) -> Return
Returns 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 Return
[src]
impl Debug for Return
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for Return
[src]
impl PartialEq for Return