pub struct ReportedErrorInfo {
error: ErrorGuaranteed,
allowed_in_infallible: bool,
}
Fields§
§error: ErrorGuaranteed
§allowed_in_infallible: bool
Auto Trait Implementations§
impl Freeze for ReportedErrorInfo
impl RefUnwindSafe for ReportedErrorInfo
impl Send for ReportedErrorInfo
impl Sync for ReportedErrorInfo
impl Unpin for ReportedErrorInfo
impl UnwindSafe for ReportedErrorInfo
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