pub struct Bug { /* private fields */ }
Expand description
Bug information with backtrace data
Implementations§
Trait Implementations§
source§impl Error for Bug
impl Error for Bug
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
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()
source§impl From<Bug> for InterpreterError
impl From<Bug> for InterpreterError
source§impl From<Bug> for PredicateVerificationFailed
impl From<Bug> for PredicateVerificationFailed
Auto Trait Implementations§
impl RefUnwindSafe for Bug
impl Send for Bug
impl Sync for Bug
impl Unpin for Bug
impl UnwindSafe for Bug
Blanket Implementations§
source§impl<T> AnyDebug for Twhere
T: Any + Debug,
impl<T> AnyDebug for Twhere
T: Any + Debug,
source§fn as_any_ref(&self) -> &(dyn Any + 'static)
fn as_any_ref(&self) -> &(dyn Any + 'static)
Returns a reference to the underlying type as
Any
.