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