Struct amq_protocol::protocol::basic::Cancel [−][src]
pub struct Cancel {
pub consumer_tag: ShortString,
pub nowait: Boolean,
}
Expand description
cancel (Generated)
Fields
consumer_tag: ShortString
consumer-tag (Generated)
nowait: Boolean
nowait (Generated)
Implementations
Get the AMQP class id for cancel (Generated)
Get the AMQP method id for cancel (Generated)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Cancel
impl UnwindSafe for Cancel
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