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

pub struct Literal {
    pub lit: String,
    pub pos: BytePos,
}
Unstable (rustc_private)

Fields

lit: String
Unstable (rustc_private)
pos: BytePos
Unstable (rustc_private)

Trait Implementations

Derived 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