pub struct GIDMap { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GIDMap
impl RefUnwindSafe for GIDMap
impl Send for GIDMap
impl Sync for GIDMap
impl Unpin for GIDMap
impl UnwindSafe for GIDMap
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