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§
Source§impl GetOk
impl GetOk
Sourcepub fn get_amqp_class_id(&self) -> Identifier
pub fn get_amqp_class_id(&self) -> Identifier
Get the AMQP class id for get-ok (Generated)
Sourcepub fn get_amqp_method_id(&self) -> Identifier
pub fn get_amqp_method_id(&self) -> Identifier
Get the AMQP method id for get-ok (Generated)
Trait Implementations§
impl StructuralPartialEq for GetOk
Auto Trait Implementations§
impl Freeze for GetOk
impl RefUnwindSafe for GetOk
impl Send for GetOk
impl Sync for GetOk
impl Unpin for GetOk
impl UnwindSafe for GetOk
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more