Enum parse_js::parse::pattern::ParsePatternAction
source · pub enum ParsePatternAction {
None,
AddToBlockScope,
AddToClosureScope,
}
Variants§
Trait Implementations§
source§impl Clone for ParsePatternAction
impl Clone for ParsePatternAction
source§fn clone(&self) -> ParsePatternAction
fn clone(&self) -> ParsePatternAction
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<ParsePatternAction> for ParsePatternAction
impl PartialEq<ParsePatternAction> for ParsePatternAction
source§fn eq(&self, other: &ParsePatternAction) -> bool
fn eq(&self, other: &ParsePatternAction) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.