Struct amq_protocol::protocol::basic::ConsumeOk [−][src]
pub struct ConsumeOk { pub consumer_tag: ShortString, }
Fields
consumer_tag: ShortString
Trait Implementations
impl Clone for ConsumeOk
[src]
impl Clone for ConsumeOk
fn clone(&self) -> ConsumeOk
[src]
fn clone(&self) -> ConsumeOk
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 ConsumeOk
[src]
impl Debug for ConsumeOk
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 ConsumeOk
[src]
impl PartialEq for ConsumeOk