pub struct ErrorInfoWithPosition {
pub error: ErrorInfo,
pub position: Position,
}Fields§
§error: ErrorInfo§position: PositionTrait Implementations§
Source§impl Debug for ErrorInfoWithPosition
impl Debug for ErrorInfoWithPosition
Source§impl PartialEq for ErrorInfoWithPosition
impl PartialEq for ErrorInfoWithPosition
impl StructuralPartialEq for ErrorInfoWithPosition
Auto Trait Implementations§
impl Freeze for ErrorInfoWithPosition
impl RefUnwindSafe for ErrorInfoWithPosition
impl Send for ErrorInfoWithPosition
impl Sync for ErrorInfoWithPosition
impl Unpin for ErrorInfoWithPosition
impl UnsafeUnpin for ErrorInfoWithPosition
impl UnwindSafe for ErrorInfoWithPosition
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