Enum parse_js::ast::VarDeclMode
source · pub enum VarDeclMode {
Const,
Let,
Var,
}
Variants
Const
Let
Var
Trait Implementations
sourceimpl Clone for VarDeclMode
impl Clone for VarDeclMode
sourcefn clone(&self) -> VarDeclMode
fn clone(&self) -> VarDeclMode
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl 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 Copy for VarDeclMode
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