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