Struct amq_protocol::protocol::queue::DeclareOk [−][src]
pub struct DeclareOk {
pub queue: ShortString,
pub message_count: LongUInt,
pub consumer_count: LongUInt,
}
Expand description
declare-ok (Generated)
Fields
queue: ShortString
queue (Generated)
message_count: LongUInt
message-count (Generated)
consumer_count: LongUInt
consumer-count (Generated)
Implementations
Get the AMQP class id for declare-ok (Generated)
Get the AMQP method id for declare-ok (Generated)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DeclareOk
impl UnwindSafe for DeclareOk
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more