Enum parse_js::parse::decl::VarDeclParseMode
source · pub enum VarDeclParseMode {
Asi,
Leftmost,
}
Variants§
Trait Implementations§
source§impl Clone for VarDeclParseMode
impl Clone for VarDeclParseMode
source§fn clone(&self) -> VarDeclParseMode
fn clone(&self) -> VarDeclParseMode
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq for VarDeclParseMode
impl PartialEq for VarDeclParseMode
source§fn eq(&self, other: &VarDeclParseMode) -> bool
fn eq(&self, other: &VarDeclParseMode) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for VarDeclParseMode
impl Eq for VarDeclParseMode
impl StructuralEq for VarDeclParseMode
impl StructuralPartialEq for VarDeclParseMode
Auto Trait Implementations§
impl RefUnwindSafe for VarDeclParseMode
impl Send for VarDeclParseMode
impl Sync for VarDeclParseMode
impl Unpin for VarDeclParseMode
impl UnwindSafe for VarDeclParseMode
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