pub struct SimpleError {
pub reasons: Vec<(Option<SimplePosition>, &'static str)>,
}
Fields§
§reasons: Vec<(Option<SimplePosition>, &'static str)>
Trait Implementations§
Source§impl Debug for SimpleError
impl Debug for SimpleError
Source§impl Error for SimpleError
impl Error for SimpleError
Source§impl PartialEq for SimpleError
impl PartialEq for SimpleError
impl Eq for SimpleError
impl StructuralPartialEq for SimpleError
Auto Trait Implementations§
impl Freeze for SimpleError
impl RefUnwindSafe for SimpleError
impl Send for SimpleError
impl Sync for SimpleError
impl Unpin for SimpleError
impl UnwindSafe for SimpleError
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