Struct amq_protocol::protocol::queue::PurgeOk [−][src]
pub struct PurgeOk {
pub message_count: LongUInt,
}Fields
message_count: LongUInt
Trait Implementations
impl Clone for PurgeOk[src]
impl Clone for PurgeOkfn clone(&self) -> PurgeOk[src]
fn clone(&self) -> PurgeOkReturns 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 PurgeOk[src]
impl Debug for PurgeOkfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for PurgeOk[src]
impl PartialEq for PurgeOk