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