Struct proc_macro2::Term[][src]

pub struct Term { /* fields omitted */ }

Methods

impl Term
[src]

Trait Implementations

impl From<Term> for TokenTree
[src]

Performs the conversion.

impl Copy for Term
[src]

impl Clone for Term
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for Term
[src]

Formats the value using the given formatter. Read more

impl Debug for Term
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for Term

impl !Sync for Term