Struct amq_protocol::protocol::queue::PurgeOk [−][src]
pub struct PurgeOk {
pub message_count: LongUInt,
}
Expand description
purge-ok (Generated)
Fields
message_count: LongUInt
message-count (Generated)
Implementations
Get the AMQP class id for purge-ok (Generated)
Get the AMQP method id for purge-ok (Generated)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PurgeOk
impl UnwindSafe for PurgeOk
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