pub struct UnexpectedToken {
pub name: String,
pub token_type: String,
pub token: Location,
}Fields§
§name: String§token_type: String§token: LocationImplementations§
Trait Implementations§
Source§impl Debug for UnexpectedToken
impl Debug for UnexpectedToken
Auto Trait Implementations§
impl Freeze for UnexpectedToken
impl RefUnwindSafe for UnexpectedToken
impl Send for UnexpectedToken
impl Sync for UnexpectedToken
impl Unpin for UnexpectedToken
impl UnwindSafe for UnexpectedToken
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