pub struct VarGuard;Trait Implementations§
Auto Trait Implementations§
impl Freeze for VarGuard
impl RefUnwindSafe for VarGuard
impl Send for VarGuard
impl Sync for VarGuard
impl Unpin for VarGuard
impl UnsafeUnpin for VarGuard
impl UnwindSafe for VarGuard
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