pub struct LexerResult {
pub kind: LexerResultKind,
pub meta: Span,
}
Fields§
§kind: LexerResultKind
§meta: Span
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LexerResult
impl RefUnwindSafe for LexerResult
impl Send for LexerResult
impl Sync for LexerResult
impl Unpin for LexerResult
impl UnwindSafe for LexerResult
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