Struct proc_macro2::Literal[][src]

pub struct Literal { /* fields omitted */ }

Methods

impl Literal
[src]
[]

Trait Implementations

impl From<Literal> for TokenTree
[src]
[+]

[]

Performs the conversion.

impl Clone for Literal
[src]
[+]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Debug for Literal
[src]
[+]

[]

Formats the value using the given formatter. Read more

impl Display for Literal
[src]
[+]

[]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for Literal

impl !Sync for Literal