[][src]Struct swc_ecma_utils::ThisVisitor

pub struct ThisVisitor { /* fields omitted */ }

Trait Implementations

impl Visit<Constructor> for ThisVisitor[src]

fn visit(&mut self, _: &Constructor)[src]

Don't recurse into constructor

impl Visit<FnDecl> for ThisVisitor[src]

fn visit(&mut self, _: &FnDecl)[src]

Don't recurse into fn

impl Visit<FnExpr> for ThisVisitor[src]

fn visit(&mut self, _: &FnExpr)[src]

Don't recurse into fn

impl Visit<Function> for ThisVisitor[src]

fn visit(&mut self, _: &Function)[src]

Don't recurse into fn

impl Visit<ThisExpr> for ThisVisitor[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Erased for T

impl<T, F> Fold<T> for F where
    T: FoldWith<F>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, F> Visit<T> for F where
    T: VisitWith<F> + ?Sized
[src]