pub struct Redelivered;Expand description
Reads the redelivered flag.
Trait Implementations§
Source§impl Clone for Redelivered
impl Clone for Redelivered
Source§fn clone(&self) -> Redelivered
fn clone(&self) -> Redelivered
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 Redelivered
Source§impl Debug for Redelivered
impl Debug for Redelivered
Source§impl Default for Redelivered
impl Default for Redelivered
Source§fn default() -> Redelivered
fn default() -> Redelivered
Returns the “default value” for a type. Read more
impl Eq for Redelivered
Source§impl Field<AmqpContext> for Redelivered
impl Field<AmqpContext> for Redelivered
Source§impl PartialEq for Redelivered
impl PartialEq for Redelivered
Source§fn eq(&self, other: &Redelivered) -> bool
fn eq(&self, other: &Redelivered) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for Redelivered
Auto Trait Implementations§
impl Freeze for Redelivered
impl RefUnwindSafe for Redelivered
impl Send for Redelivered
impl Sync for Redelivered
impl Unpin for Redelivered
impl UnsafeUnpin for Redelivered
impl UnwindSafe for Redelivered
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