Enum kodept_macros::traits::UnrecoverableError
source · pub enum UnrecoverableError {
Report(Report),
Infallible(Infallible),
}Variants§
Report(Report)
Infallible(Infallible)
Implementations§
source§impl UnrecoverableError
impl UnrecoverableError
pub fn into_report(self) -> Report
Trait Implementations§
source§impl Debug for UnrecoverableError
impl Debug for UnrecoverableError
source§impl From<Infallible> for UnrecoverableError
impl From<Infallible> for UnrecoverableError
source§fn from(original: Infallible) -> UnrecoverableError
fn from(original: Infallible) -> UnrecoverableError
Converts to this type from the input type.
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 RefUnwindSafe for UnrecoverableError
impl Send for UnrecoverableError
impl Sync for UnrecoverableError
impl Unpin for UnrecoverableError
impl UnwindSafe for UnrecoverableError
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