pub enum OutboxRetryDisposition {
Retried,
DeadLettered,
}Variants§
Trait Implementations§
Source§impl Clone for OutboxRetryDisposition
impl Clone for OutboxRetryDisposition
Source§fn clone(&self) -> OutboxRetryDisposition
fn clone(&self) -> OutboxRetryDisposition
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 OutboxRetryDisposition
Source§impl Debug for OutboxRetryDisposition
impl Debug for OutboxRetryDisposition
impl Eq for OutboxRetryDisposition
Source§impl PartialEq for OutboxRetryDisposition
impl PartialEq for OutboxRetryDisposition
impl StructuralPartialEq for OutboxRetryDisposition
Auto Trait Implementations§
impl Freeze for OutboxRetryDisposition
impl RefUnwindSafe for OutboxRetryDisposition
impl Send for OutboxRetryDisposition
impl Sync for OutboxRetryDisposition
impl Unpin for OutboxRetryDisposition
impl UnsafeUnpin for OutboxRetryDisposition
impl UnwindSafe for OutboxRetryDisposition
Blanket Implementations§
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> CompactArcDrop for T
impl<T> CompactArcDrop for T
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.