Struct amq_protocol::protocol::basic::GetOk [−][src]
pub struct GetOk { pub delivery_tag: LongLongUInt, pub redelivered: Boolean, pub exchange: ShortString, pub routing_key: ShortString, pub message_count: LongUInt, }
Fields
delivery_tag: LongLongUInt
redelivered: Boolean
exchange: ShortString
routing_key: ShortString
message_count: LongUInt
Trait Implementations
impl Clone for GetOk
[src]
impl Clone for GetOk
fn clone(&self) -> GetOk
[src]
fn clone(&self) -> GetOk
Returns 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 GetOk
[src]
impl Debug for GetOk
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for GetOk
[src]
impl PartialEq for GetOk