Enum dprint_swc_ecma_ast_view::DefaultDecl[][src]

pub enum DefaultDecl<'a> {
    Class(&'a ClassExpr<'a>),
    Fn(&'a FnExpr<'a>),
    TsInterfaceDecl(&'a TsInterfaceDecl<'a>),
}

Variants

Class

Tuple Fields of Class

0: &'a ClassExpr<'a>
Fn

Tuple Fields of Fn

0: &'a FnExpr<'a>
TsInterfaceDecl

Tuple Fields of TsInterfaceDecl

0: &'a TsInterfaceDecl<'a>

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Performs the conversion.

Performs the conversion.

Gets the previous siblings in the order they appear in the file.

Gets the next siblings in the order they appear in the file.

Gets the root node.

Gets the root node if the view was created from a Module; otherwise panics.

Gets the root node if the view was created from a Script; otherwise panics.

Gets the previous tokens in the order they appear in the file.

Gets the next tokens in the order they appear in the file.

Get span of self.

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 resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

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.