Struct amq_protocol::basic::get_ok::GetOk
[−]
[src]
pub struct GetOk { pub delivery_tag: DeliveryTag, pub redelivered: Redelivered, pub exchange: Exchange, pub routing_key: RoutingKey, pub message_count: MessageCount, }
Fields
delivery_tag: DeliveryTag
redelivered: Redelivered
exchange: Exchange
routing_key: RoutingKey
message_count: MessageCount
Methods
impl GetOk
[src]
Trait Implementations
impl Debug for GetOk
[src]
impl PartialEq for GetOk
[src]
fn eq(&self, __arg_0: &GetOk) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &GetOk) -> bool
This method tests for !=
.
impl Clone for GetOk
[src]
fn clone(&self) -> GetOk
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