Struct proc_macro2::Punct [] [src]

pub struct Punct { /* fields omitted */ }

Methods

impl Punct
[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl From<Punct> for TokenTree
[src]

[src]

Performs the conversion.

impl Clone for Punct
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Display for Punct
[src]

[src]

Formats the value using the given formatter. Read more

impl Debug for Punct
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for Punct

impl !Sync for Punct