Struct lexical_scanner::lexer::generics::generic::RawString [−][src]
pub struct RawString {
pub found: bool,
pub kind: Token,
pub start: usize,
pub removals: Vec<usize>,
}Fields
found: boolkind: Tokenstart: usizeremovals: Vec<usize>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RawString
impl UnwindSafe for RawString
Blanket Implementations
Mutably borrows from an owned value. Read more
