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 DeleteOkfn clone(&self) -> DeleteOk[src]
fn clone(&self) -> DeleteOkReturns 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 DeleteOkfn 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 DeleteOk[src]
impl PartialEq for DeleteOk