pub struct VarAssigner { /* private fields */ }Trait Implementations§
Source§impl Default for VarAssigner
impl Default for VarAssigner
Source§fn default() -> VarAssigner
fn default() -> VarAssigner
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for VarAssigner
impl RefUnwindSafe for VarAssigner
impl Send for VarAssigner
impl Sync for VarAssigner
impl Unpin for VarAssigner
impl UnwindSafe for VarAssigner
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