Struct amq_protocol::protocol::basic::GetOk [−][src]
pub struct GetOk {
pub delivery_tag: LongLongUInt,
pub redelivered: Boolean,
pub exchange: ShortString,
pub routing_key: ShortString,
pub message_count: LongUInt,
}
Expand description
get-ok (Generated)
Fields
delivery_tag: LongLongUInt
delivery-tag (Generated)
redelivered: Boolean
redelivered (Generated)
exchange: ShortString
exchange (Generated)
routing_key: ShortString
routing-key (Generated)
message_count: LongUInt
message-count (Generated)
Implementations
Get the AMQP class id for get-ok (Generated)
Get the AMQP method id for get-ok (Generated)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GetOk
impl UnwindSafe for GetOk
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