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

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

Fields

lit: String pos: BytePos

Trait Implementations

impl Clone for Literal
[src]

fn clone(&self) -> Literal

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more