pub struct VarInit<'cst>(/* private fields */);Implementations§
Trait Implementations§
impl<'cst> Copy for VarInit<'cst>
Auto Trait Implementations§
impl<'cst> Freeze for VarInit<'cst>
impl<'cst> RefUnwindSafe for VarInit<'cst>
impl<'cst> Send for VarInit<'cst>
impl<'cst> Sync for VarInit<'cst>
impl<'cst> Unpin for VarInit<'cst>
impl<'cst> UnsafeUnpin for VarInit<'cst>
impl<'cst> UnwindSafe for VarInit<'cst>
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