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