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