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