Enum parse_js::parse::pattern::ParsePatternAction
source · pub enum ParsePatternAction {
None,
AddToBlockScope,
AddToClosureScope,
}
Variants
None
AddToBlockScope
AddToClosureScope
Trait Implementations
sourceimpl Clone for ParsePatternAction
impl Clone for ParsePatternAction
sourcefn clone(&self) -> ParsePatternAction
fn clone(&self) -> ParsePatternAction
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 PartialEq<ParsePatternAction> for ParsePatternAction
impl PartialEq<ParsePatternAction> for ParsePatternAction
sourcefn eq(&self, other: &ParsePatternAction) -> bool
fn eq(&self, other: &ParsePatternAction) -> bool
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
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