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

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

Fields

Trait Implementations

impl Clone for Literal
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Literal

impl Sync for Literal