pub struct DeliveryTag;Expand description
Reads the channel-local delivery tag.
Trait Implementations§
Source§impl Clone for DeliveryTag
impl Clone for DeliveryTag
Source§fn clone(&self) -> DeliveryTag
fn clone(&self) -> DeliveryTag
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DeliveryTag
Source§impl Debug for DeliveryTag
impl Debug for DeliveryTag
Source§impl Default for DeliveryTag
impl Default for DeliveryTag
Source§fn default() -> DeliveryTag
fn default() -> DeliveryTag
Returns the “default value” for a type. Read more
impl Eq for DeliveryTag
Source§impl Field<AmqpContext> for DeliveryTag
impl Field<AmqpContext> for DeliveryTag
Source§impl PartialEq for DeliveryTag
impl PartialEq for DeliveryTag
Source§fn eq(&self, other: &DeliveryTag) -> bool
fn eq(&self, other: &DeliveryTag) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DeliveryTag
Auto Trait Implementations§
impl Freeze for DeliveryTag
impl RefUnwindSafe for DeliveryTag
impl Send for DeliveryTag
impl Sync for DeliveryTag
impl Unpin for DeliveryTag
impl UnsafeUnpin for DeliveryTag
impl UnwindSafe for DeliveryTag
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