pub struct BasicError {
pub marks: Vec<Mark>,
pub message: String,
pub help: Option<String>,
}Fields§
§marks: Vec<Mark>§message: String§help: Option<String>Implementations§
Trait Implementations§
Source§impl Debug for BasicError
impl Debug for BasicError
Auto Trait Implementations§
impl Freeze for BasicError
impl !RefUnwindSafe for BasicError
impl !Send for BasicError
impl !Sync for BasicError
impl Unpin for BasicError
impl !UnwindSafe for BasicError
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