Struct twig::tokens::TokenRef [] [src]

pub struct TokenRef<'a> {
    pub value: TokenValueRef<'a>,
    pub line: usize,
}

Lexer output token, lexer's output and parser's input.

Fields

value
line

Trait Implementations

Derived Implementations

impl<'a> Clone for TokenRef<'a>

fn clone(&self) -> TokenRef<'a>

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

impl<'a> Debug for TokenRef<'a>

fn fmt(&self, __arg_0: &mut Formatter) -> Result