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<VarDeclParseMode> for VarDeclParseMode
impl PartialEq<VarDeclParseMode> 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 ==
.