struct ScopedUid {
old: uid_t,
}Fields§
§old: uid_tImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ScopedUid
impl RefUnwindSafe for ScopedUid
impl Send for ScopedUid
impl Sync for ScopedUid
impl Unpin for ScopedUid
impl UnwindSafe for ScopedUid
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