Struct amq_protocol::protocol::basic::Consume [−][src]
pub struct Consume {
pub queue: ShortString,
pub consumer_tag: ShortString,
pub no_local: Boolean,
pub no_ack: Boolean,
pub exclusive: Boolean,
pub nowait: Boolean,
pub arguments: FieldTable,
}
Expand description
consume (Generated)
Fields
queue: ShortString
queue (Generated)
consumer_tag: ShortString
consumer-tag (Generated)
no_local: Boolean
no-local (Generated)
no_ack: Boolean
no-ack (Generated)
exclusive: Boolean
exclusive (Generated)
nowait: Boolean
nowait (Generated)
arguments: FieldTable
arguments (Generated)
Implementations
Get the AMQP class id for consume (Generated)
Get the AMQP method id for consume (Generated)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Consume
impl UnwindSafe for Consume
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