pub struct AttentionReason(/* private fields */);Expand description
Why a ceremony is asking for the integrator’s attention.
Implementations§
Trait Implementations§
Source§impl Clone for AttentionReason
impl Clone for AttentionReason
Source§impl Debug for AttentionReason
impl Debug for AttentionReason
Source§impl<'de> Deserialize<'de> for AttentionReason
impl<'de> Deserialize<'de> for AttentionReason
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
Source§impl Display for AttentionReason
impl Display for AttentionReason
impl Eq for AttentionReason
Source§impl Hash for AttentionReason
impl Hash for AttentionReason
Source§impl Ord for AttentionReason
impl Ord for AttentionReason
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for AttentionReason
impl PartialEq for AttentionReason
Source§impl PartialOrd for AttentionReason
impl PartialOrd for AttentionReason
Source§impl Serialize for AttentionReason
impl Serialize for AttentionReason
impl StructuralPartialEq for AttentionReason
Auto Trait Implementations§
impl Freeze for AttentionReason
impl RefUnwindSafe for AttentionReason
impl Send for AttentionReason
impl Sync for AttentionReason
impl Unpin for AttentionReason
impl UnsafeUnpin for AttentionReason
impl UnwindSafe for AttentionReason
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