Struct swc_ecma_utils::DestructuringFinder[][src]

pub struct DestructuringFinder<'a, I: IdentLike> {
    pub found: &'a mut Vec<I>,
}
Expand description

Finds all binding idents of variables.

Fields

found: &'a mut Vec<I>

Trait Implementations

No-op (we don’t care about expressions)

No-op (we don’t care about expressions)

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.