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