pub struct OsModule;Trait Implementations§
Auto Trait Implementations§
impl Freeze for OsModule
impl RefUnwindSafe for OsModule
impl Send for OsModule
impl Sync for OsModule
impl Unpin for OsModule
impl UnwindSafe for OsModule
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