Struct zaplib_components::TokenChunk
source · [−]pub struct TokenChunk {
pub token_type: TokenType,
pub offset: usize,
pub pair_token: usize,
pub len: usize,
pub next: char,
}Fields
token_type: TokenTypeoffset: usizepair_token: usizelen: usizenext: charImplementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TokenChunk
impl Send for TokenChunk
impl Sync for TokenChunk
impl Unpin for TokenChunk
impl UnwindSafe for TokenChunk
Blanket Implementations
Mutably borrows from an owned value. Read more