pub struct CatToken(pub CatTokenKind, pub usize, pub usize);Expand description
A token emitted by the categorizing lexer.
Tuple Fields§
§0: CatTokenKind§1: usize§2: usizeTrait Implementations§
impl Copy for CatToken
impl Eq for CatToken
impl StructuralPartialEq for CatToken
Auto Trait Implementations§
impl Freeze for CatToken
impl RefUnwindSafe for CatToken
impl Send for CatToken
impl Sync for CatToken
impl Unpin for CatToken
impl UnwindSafe for CatToken
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more