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