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 for ParsePatternAction
impl PartialEq 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 ==
.impl Copy for ParsePatternAction
impl Eq for ParsePatternAction
impl StructuralEq for ParsePatternAction
impl StructuralPartialEq for ParsePatternAction
Auto Trait Implementations§
impl RefUnwindSafe for ParsePatternAction
impl Send for ParsePatternAction
impl Sync for ParsePatternAction
impl Unpin for ParsePatternAction
impl UnwindSafe for ParsePatternAction
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