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