pub struct ChildGroupId(/* private fields */);Implementations§
Source§impl ChildGroupId
impl ChildGroupId
pub fn new(value: impl Into<String>) -> Result<Self, DomainError>
pub fn derive( parent_id: &CeremonyId, coordinates: &ChildSpawnCoordinates, ) -> Self
pub fn as_str(&self) -> &str
Trait Implementations§
Source§impl Clone for ChildGroupId
impl Clone for ChildGroupId
Source§impl Debug for ChildGroupId
impl Debug for ChildGroupId
Source§impl<'de> Deserialize<'de> for ChildGroupId
impl<'de> Deserialize<'de> for ChildGroupId
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 ChildGroupId
impl Display for ChildGroupId
impl Eq for ChildGroupId
Source§impl Hash for ChildGroupId
impl Hash for ChildGroupId
Source§impl Ord for ChildGroupId
impl Ord for ChildGroupId
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 ChildGroupId
impl PartialEq for ChildGroupId
Source§impl PartialOrd for ChildGroupId
impl PartialOrd for ChildGroupId
Source§impl Serialize for ChildGroupId
impl Serialize for ChildGroupId
impl StructuralPartialEq for ChildGroupId
Auto Trait Implementations§
impl Freeze for ChildGroupId
impl RefUnwindSafe for ChildGroupId
impl Send for ChildGroupId
impl Sync for ChildGroupId
impl Unpin for ChildGroupId
impl UnsafeUnpin for ChildGroupId
impl UnwindSafe for ChildGroupId
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