pub struct Ack {
pub delivery_tag: LongLongUInt,
pub multiple: Boolean,
}
Expand description
ack (Generated)
Fields§
§delivery_tag: LongLongUInt
delivery-tag (Generated)
multiple: Boolean
multiple (Generated)
Implementations§
Source§impl Ack
impl Ack
Sourcepub fn get_amqp_class_id(&self) -> Identifier
pub fn get_amqp_class_id(&self) -> Identifier
Get the AMQP class id for ack (Generated)
Sourcepub fn get_amqp_method_id(&self) -> Identifier
pub fn get_amqp_method_id(&self) -> Identifier
Get the AMQP method id for ack (Generated)
Trait Implementations§
impl StructuralPartialEq for Ack
Auto Trait Implementations§
impl Freeze for Ack
impl RefUnwindSafe for Ack
impl Send for Ack
impl Sync for Ack
impl Unpin for Ack
impl UnwindSafe for Ack
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