pub struct LexOutput {
pub tokens: Vec<Token>,
pub diagnostics: Vec<Diagnostic>,
}Fields§
§tokens: Vec<Token>§diagnostics: Vec<Diagnostic>Auto Trait Implementations§
impl Freeze for LexOutput
impl RefUnwindSafe for LexOutput
impl Send for LexOutput
impl Sync for LexOutput
impl Unpin for LexOutput
impl UnsafeUnpin for LexOutput
impl UnwindSafe for LexOutput
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