Struct amq_protocol::queue::declare_ok::DeclareOk [] [src]

pub struct DeclareOk {
    pub queue: Queue,
    pub message_count: MessageCount,
    pub consumer_count: ConsumerCount,
}

Fields

Methods

impl DeclareOk
[src]

Trait Implementations

impl Debug for DeclareOk
[src]

Formats the value using the given formatter.

impl PartialEq for DeclareOk
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for DeclareOk
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more