Struct stc_ts_dts_mutations::VarDeclMut
source · [−]pub struct VarDeclMut {
pub remove_init: bool,
}
Fields
remove_init: bool
Trait Implementations
sourceimpl Default for VarDeclMut
impl Default for VarDeclMut
sourcefn default() -> VarDeclMut
fn default() -> VarDeclMut
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for VarDeclMut
impl Send for VarDeclMut
impl Sync for VarDeclMut
impl Unpin for VarDeclMut
impl UnwindSafe for VarDeclMut
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more