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