pub struct CeremonyInterventionId(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for CeremonyInterventionId
impl Clone for CeremonyInterventionId
Source§impl Debug for CeremonyInterventionId
impl Debug for CeremonyInterventionId
Source§impl<'de> Deserialize<'de> for CeremonyInterventionId
impl<'de> Deserialize<'de> for CeremonyInterventionId
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 CeremonyInterventionId
impl Display for CeremonyInterventionId
impl Eq for CeremonyInterventionId
Source§impl Hash for CeremonyInterventionId
impl Hash for CeremonyInterventionId
Source§impl Ord for CeremonyInterventionId
impl Ord for CeremonyInterventionId
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 CeremonyInterventionId
impl PartialEq for CeremonyInterventionId
Source§impl PartialOrd for CeremonyInterventionId
impl PartialOrd for CeremonyInterventionId
Source§impl Serialize for CeremonyInterventionId
impl Serialize for CeremonyInterventionId
impl StructuralPartialEq for CeremonyInterventionId
Auto Trait Implementations§
impl Freeze for CeremonyInterventionId
impl RefUnwindSafe for CeremonyInterventionId
impl Send for CeremonyInterventionId
impl Sync for CeremonyInterventionId
impl Unpin for CeremonyInterventionId
impl UnsafeUnpin for CeremonyInterventionId
impl UnwindSafe for CeremonyInterventionId
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