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