pub struct ErrorReported { /* private fields */ }
Implementations§
Source§impl ErrorReported
impl ErrorReported
Trait Implementations§
Source§impl Debug for ErrorReported
impl Debug for ErrorReported
Source§impl Default for ErrorReported
impl Default for ErrorReported
Source§fn default() -> ErrorReported
fn default() -> ErrorReported
Returns the “default value” for a type. Read more
Source§impl Display for ErrorReported
impl Display for ErrorReported
Source§impl Error for ErrorReported
impl Error for ErrorReported
Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Auto Trait Implementations§
impl Freeze for ErrorReported
impl !RefUnwindSafe for ErrorReported
impl Send for ErrorReported
impl Sync for ErrorReported
impl Unpin for ErrorReported
impl !UnwindSafe for ErrorReported
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