Struct lrlex::DefaultLexerTypes
source · pub struct DefaultLexerTypes<T = u32>where
T: 'static + Debug + Hash + PrimInt + Unsigned,
usize: AsPrimitive<T>,{ /* private fields */ }
Expand description
lrlex’s standard LexerTypes struct
, provided as a convenience.
Trait Implementations§
source§impl<T> Debug for DefaultLexerTypes<T>where
T: 'static + Debug + Hash + PrimInt + Unsigned + Debug,
usize: AsPrimitive<T>,
impl<T> Debug for DefaultLexerTypes<T>where T: 'static + Debug + Hash + PrimInt + Unsigned + Debug, usize: AsPrimitive<T>,
source§impl<T> LexerTypes for DefaultLexerTypes<T>where
usize: AsPrimitive<T>,
T: 'static + Debug + Hash + PrimInt + Unsigned,
impl<T> LexerTypes for DefaultLexerTypes<T>where usize: AsPrimitive<T>, T: 'static + Debug + Hash + PrimInt + Unsigned,
Auto Trait Implementations§
impl<T> RefUnwindSafe for DefaultLexerTypes<T>where T: RefUnwindSafe,
impl<T> Send for DefaultLexerTypes<T>where T: Send,
impl<T> Sync for DefaultLexerTypes<T>where T: Sync,
impl<T> Unpin for DefaultLexerTypes<T>where T: Unpin,
impl<T> UnwindSafe for DefaultLexerTypes<T>where T: UnwindSafe,
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