pub struct ErrorTip {
pub message: String,
pub location: Range<usize>,
}Fields§
§message: String§location: Range<usize>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ErrorTip
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