Struct amq_protocol::protocol::basic::Deliver [−][src]
pub struct Deliver {
pub consumer_tag: ShortString,
pub delivery_tag: LongLongUInt,
pub redelivered: Boolean,
pub exchange: ShortString,
pub routing_key: ShortString,
}
Expand description
deliver (Generated)
Fields
consumer_tag: ShortString
consumer-tag (Generated)
delivery_tag: LongLongUInt
delivery-tag (Generated)
redelivered: Boolean
redelivered (Generated)
exchange: ShortString
exchange (Generated)
routing_key: ShortString
routing-key (Generated)
Implementations
Get the AMQP class id for deliver (Generated)
Get the AMQP method id for deliver (Generated)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Deliver
impl UnwindSafe for Deliver
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