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