pub struct CeremonyIdPrefix(/* private fields */);Expand description
A literal, case-sensitive prefix for ceremony identifiers.
Implementations§
Trait Implementations§
Source§impl Clone for CeremonyIdPrefix
impl Clone for CeremonyIdPrefix
Source§impl Debug for CeremonyIdPrefix
impl Debug for CeremonyIdPrefix
Source§impl<'de> Deserialize<'de> for CeremonyIdPrefix
impl<'de> Deserialize<'de> for CeremonyIdPrefix
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 CeremonyIdPrefix
Source§impl PartialEq for CeremonyIdPrefix
impl PartialEq for CeremonyIdPrefix
Source§impl Serialize for CeremonyIdPrefix
impl Serialize for CeremonyIdPrefix
impl StructuralPartialEq for CeremonyIdPrefix
Auto Trait Implementations§
impl Freeze for CeremonyIdPrefix
impl RefUnwindSafe for CeremonyIdPrefix
impl Send for CeremonyIdPrefix
impl Sync for CeremonyIdPrefix
impl Unpin for CeremonyIdPrefix
impl UnsafeUnpin for CeremonyIdPrefix
impl UnwindSafe for CeremonyIdPrefix
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