pub struct Report { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl From<Report> for UnrecoverableError
impl From<Report> for UnrecoverableError
Source§fn from(original: Report) -> UnrecoverableError
fn from(original: Report) -> UnrecoverableError
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for Report
impl RefUnwindSafe for Report
impl Send for Report
impl Sync for Report
impl Unpin for Report
impl UnwindSafe for Report
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