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