Struct proc_macro2::Literal [] [src]

pub struct Literal { /* fields omitted */ }

Methods

impl Literal
[src]

Trait Implementations

impl From<Literal> for TokenTree
[src]

[src]

Performs the conversion.

impl Clone for Literal
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Literal
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for Literal
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for Literal

impl !Sync for Literal