Struct amq_protocol::protocol::basic::Ack [−][src]
pub struct Ack {
pub delivery_tag: LongLongUInt,
pub multiple: Boolean,
}
Expand description
ack (Generated)
Fields
delivery_tag: LongLongUInt
delivery-tag (Generated)
multiple: Boolean
multiple (Generated)
Implementations
Get the AMQP class id for ack (Generated)
Get the AMQP method id for ack (Generated)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Ack
impl UnwindSafe for Ack
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