pub struct GroupId(/* private fields */);Expand description
Unique group identifier.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for GroupId
impl<'de> Deserialize<'de> for GroupId
Source§fn deserialize<D>(deserializer: D) -> Result<GroupId, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<GroupId, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for GroupId
impl Ord for GroupId
Source§impl PartialOrd for GroupId
impl PartialOrd for GroupId
impl Copy for GroupId
impl Eq for GroupId
impl StructuralPartialEq for GroupId
Auto Trait Implementations§
impl Freeze for GroupId
impl RefUnwindSafe for GroupId
impl Send for GroupId
impl Sync for GroupId
impl Unpin for GroupId
impl UnwindSafe for GroupId
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