pub struct LexedToken {
pub result: Result<Token, Error>,
pub location: Location,
}Fields§
§result: Result<Token, Error>§location: LocationTrait Implementations§
Auto Trait Implementations§
impl Freeze for LexedToken
impl RefUnwindSafe for LexedToken
impl Send for LexedToken
impl Sync for LexedToken
impl Unpin for LexedToken
impl UnwindSafe for LexedToken
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