pub struct GIDs(/* private fields */);
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GIDs
impl RefUnwindSafe for GIDs
impl Send for GIDs
impl Sync for GIDs
impl Unpin for GIDs
impl UnwindSafe for GIDs
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