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