Struct amq_protocol::protocol::queue::Declare [−][src]
pub struct Declare {
pub queue: ShortString,
pub passive: Boolean,
pub durable: Boolean,
pub exclusive: Boolean,
pub auto_delete: Boolean,
pub nowait: Boolean,
pub arguments: FieldTable,
}
Expand description
declare (Generated)
Fields
queue: ShortString
queue (Generated)
passive: Boolean
passive (Generated)
durable: Boolean
durable (Generated)
exclusive: Boolean
exclusive (Generated)
auto_delete: Boolean
auto-delete (Generated)
nowait: Boolean
nowait (Generated)
arguments: FieldTable
arguments (Generated)
Implementations
Get the AMQP class id for declare (Generated)
Get the AMQP method id for declare (Generated)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Declare
impl UnwindSafe for Declare
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