Struct amq_protocol::queue::declare_ok::DeclareOk
[−]
[src]
pub struct DeclareOk { pub queue: Queue, pub message_count: MessageCount, pub consumer_count: ConsumerCount, }
Fields
queue: Queue
message_count: MessageCount
consumer_count: ConsumerCount
Methods
impl DeclareOk
[src]
Trait Implementations
impl Debug for DeclareOk
[src]
impl PartialEq for DeclareOk
[src]
fn eq(&self, __arg_0: &DeclareOk) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &DeclareOk) -> bool
This method tests for !=
.
impl Clone for DeclareOk
[src]
fn clone(&self) -> DeclareOk
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