pub struct ChildCeremonyId(/* private fields */);Implementations§
Source§impl ChildCeremonyId
impl ChildCeremonyId
pub fn derive( group_id: &ChildGroupId, position: ChildPosition, ) -> Result<Self, DomainError>
pub fn as_ceremony_id(&self) -> &CeremonyId
pub fn into_ceremony_id(self) -> CeremonyId
Trait Implementations§
Source§impl Clone for ChildCeremonyId
impl Clone for ChildCeremonyId
Source§impl Debug for ChildCeremonyId
impl Debug for ChildCeremonyId
impl Eq for ChildCeremonyId
Source§impl PartialEq for ChildCeremonyId
impl PartialEq for ChildCeremonyId
impl StructuralPartialEq for ChildCeremonyId
Auto Trait Implementations§
impl Freeze for ChildCeremonyId
impl RefUnwindSafe for ChildCeremonyId
impl Send for ChildCeremonyId
impl Sync for ChildCeremonyId
impl Unpin for ChildCeremonyId
impl UnsafeUnpin for ChildCeremonyId
impl UnwindSafe for ChildCeremonyId
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