pub struct VarInit { /* private fields */ }Expand description
A variable initialization statement.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VarInit
impl !RefUnwindSafe for VarInit
impl !Send for VarInit
impl !Sync for VarInit
impl Unpin for VarInit
impl !UnwindSafe for VarInit
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