Enum rustc_ast::token::Nonterminal[][src]

pub enum Nonterminal {
Show 13 variants NtItem(P<Item>), NtBlock(P<Block>), NtStmt(Stmt), NtPat(P<Pat>), NtExpr(P<Expr>), NtTy(P<Ty>), NtIdent(Identbool), NtLifetime(Ident), NtLiteral(P<Expr>), NtMeta(P<AttrItem>), NtPath(Path), NtVis(Visibility), NtTT(TokenTree),
}
Expand description

For interpolation during macro expansion.

Variants

NtItem(P<Item>)

Tuple Fields of NtItem

0: P<Item>
NtBlock(P<Block>)

Tuple Fields of NtBlock

0: P<Block>
NtStmt(Stmt)

Tuple Fields of NtStmt

0: Stmt
NtPat(P<Pat>)

Tuple Fields of NtPat

0: P<Pat>
NtExpr(P<Expr>)

Tuple Fields of NtExpr

0: P<Expr>
NtTy(P<Ty>)

Tuple Fields of NtTy

0: P<Ty>
NtIdent(Identbool)

Tuple Fields of NtIdent

0: Ident1: bool
NtLifetime(Ident)

Tuple Fields of NtLifetime

0: Ident
NtLiteral(P<Expr>)

Tuple Fields of NtLiteral

0: P<Expr>
NtMeta(P<AttrItem>)

Stuff inside brackets for attributes

Tuple Fields of NtMeta

0: P<AttrItem>
NtPath(Path)

Tuple Fields of NtPath

0: Path
NtVis(Visibility)

Tuple Fields of NtVis

0: Visibility
NtTT(TokenTree)

Tuple Fields of NtTT

0: TokenTree

Implementations

Trait Implementations

This is true if this AstLike might support ‘custom’ (proc-macro) inner attributes. Attributes like #![cfg] and #![cfg_attr] are not considered ‘custom’ attributes Read more

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

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.

Layout

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.

Size: 48 bytes

Size for each variant: