pub struct RawError {
pub span: Span,
pub kind: ErrorKind,
}Fields§
§span: Span§kind: ErrorKindAuto Trait Implementations§
impl Freeze for RawError
impl RefUnwindSafe for RawError
impl Send for RawError
impl Sync for RawError
impl Unpin for RawError
impl UnwindSafe for RawError
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