Enum syntax::print::pp::Token[][src]

pub enum Token {
    String(Stringisize),
    Break(BreakToken),
    Begin(BeginToken),
    End,
    Eof,
}

Variants

Methods

impl Token
[src]

Trait Implementations

impl Clone for Token
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for Token
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Token

impl Sync for Token