Enum parse_js::ast::VarDeclMode
source · [−]pub enum VarDeclMode {
Const,
Let,
Var,
}
Variants
Const
Let
Var
Trait Implementations
sourceimpl Debug for VarDeclMode
impl Debug for VarDeclMode
sourceimpl PartialEq<VarDeclMode> for VarDeclMode
impl PartialEq<VarDeclMode> for VarDeclMode
sourcefn eq(&self, other: &VarDeclMode) -> bool
fn eq(&self, other: &VarDeclMode) -> bool
impl Eq for VarDeclMode
impl StructuralEq for VarDeclMode
impl StructuralPartialEq for VarDeclMode
Auto Trait Implementations
impl RefUnwindSafe for VarDeclMode
impl Send for VarDeclMode
impl Sync for VarDeclMode
impl Unpin for VarDeclMode
impl UnwindSafe for VarDeclMode
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