pub struct CeremonyEventQuarantineReason(/* private fields */);Expand description
Operator-visible reason a consumer stopped retrying one event.
Implementations§
Trait Implementations§
Source§impl Clone for CeremonyEventQuarantineReason
impl Clone for CeremonyEventQuarantineReason
Source§fn clone(&self) -> CeremonyEventQuarantineReason
fn clone(&self) -> CeremonyEventQuarantineReason
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 moreSource§impl<'de> Deserialize<'de> for CeremonyEventQuarantineReason
impl<'de> Deserialize<'de> for CeremonyEventQuarantineReason
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for CeremonyEventQuarantineReason
impl StructuralPartialEq for CeremonyEventQuarantineReason
Auto Trait Implementations§
impl Freeze for CeremonyEventQuarantineReason
impl RefUnwindSafe for CeremonyEventQuarantineReason
impl Send for CeremonyEventQuarantineReason
impl Sync for CeremonyEventQuarantineReason
impl Unpin for CeremonyEventQuarantineReason
impl UnsafeUnpin for CeremonyEventQuarantineReason
impl UnwindSafe for CeremonyEventQuarantineReason
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