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 Returnfn clone(&self) -> Return[src]
fn clone(&self) -> ReturnReturns 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 Returnfn 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 Return[src]
impl PartialEq for Return