Struct celestial_hub_compass::lexer::ErrorTip
source · pub struct ErrorTip {
pub message: String,
pub location: Range<usize>,
}Fields§
§message: String§location: Range<usize>Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ErrorTip
impl Send for ErrorTip
impl Sync for ErrorTip
impl Unpin for ErrorTip
impl UnwindSafe for ErrorTip
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