pub struct Var<N>(/* private fields */);
Trait Implementations§
Auto Trait Implementations§
impl<N> Freeze for Var<N>
impl<N> RefUnwindSafe for Var<N>where
N: RefUnwindSafe,
impl<N> Send for Var<N>where
N: Send,
impl<N> Sync for Var<N>where
N: Sync,
impl<N> Unpin for Var<N>where
N: Unpin,
impl<N> UnwindSafe for Var<N>where
N: UnwindSafe,
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