Struct standalone_proc_macro2::TokenTree [] [src]

pub struct TokenTree {
    pub span: Span,
    pub kind: TokenNode,
}

Fields

Trait Implementations

impl From<TokenTree> for TokenStream
[src]

[src]

Performs the conversion.

impl Clone for TokenTree
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for TokenTree
[src]

[src]

Formats the value using the given formatter. Read more

impl From<TokenNode> for TokenTree
[src]

[src]

Performs the conversion.

impl Display for TokenTree
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for TokenTree

impl !Sync for TokenTree