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