Enum xlang_syntax::ast::VarDeco
source · [−]Expand description
The decorator used to initialize a variable.
Variants
Mut
Fields
loc: LocConst
Fields
loc: LocImplementations
Trait Implementations
impl StructuralPartialEq for VarDeco
Auto Trait Implementations
impl RefUnwindSafe for VarDeco
impl Send for VarDeco
impl Sync for VarDeco
impl Unpin for VarDeco
impl UnwindSafe for VarDeco
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