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