Struct syntax::parse::lexer::comments::Literal [] [src]

pub struct Literal {
    pub lit: String,
    pub pos: BytePos,
}

Fields

Trait Implementations

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

Auto Trait Implementations

impl Send for Literal

impl Sync for Literal