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