Struct amq_protocol::protocol::basic::GetOk
[−]
[src]
pub struct GetOk { pub delivery_tag: LongLongUInt, pub redelivered: Boolean, pub exchange: LongString, pub routing_key: LongString, pub message_count: LongUInt, }
Fields
delivery_tag: LongLongUInt
redelivered: Boolean
exchange: LongString
routing_key: LongString
message_count: LongUInt
Trait Implementations
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