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