Enum syntax::print::pp::TokenUnstable
[-] [+]
[src]
pub enum Token { String(String, isize), Break(BreakToken), Begin(BeginToken), End, Eof, }
Variants
String | |
Break | |
Begin | |
End | |
Eof |
pub enum Token { String(String, isize), Break(BreakToken), Begin(BeginToken), End, Eof, }
String | |
Break | |
Begin | |
End | |
Eof |
impl Token
fn is_eof(&self) -> bool
fn is_hardbreak_tok(&self) -> bool
impl Clone for Token
fn clone(&self) -> Token
fn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).