Struct amq_protocol::protocol::basic::Return
[−]
[src]
pub struct Return { pub reply_code: ShortUInt, pub reply_text: LongString, pub exchange: LongString, pub routing_key: LongString, }
Fields
reply_code: ShortUInt
reply_text: LongString
exchange: LongString
routing_key: LongString
Trait Implementations
impl Clone for Return
[src]
fn clone(&self) -> Return
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more