pub struct CeremonyEventQuarantineReason(/* private fields */);Expand description
Operator-visible reason a consumer stopped retrying one event.
Implementations§
Trait Implementations§
Source§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