Struct dittolive_ditto::error::RustError
source · [−]pub struct RustError {
pub kind: ErrorKind,
pub error: Box<dyn ErrorTrait + Send + Sync>,
}
Expand description
Errors originating in Rust Code
Fields
kind: ErrorKind
error: Box<dyn ErrorTrait + Send + Sync>
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for RustError
impl Send for RustError
impl Sync for RustError
impl Unpin for RustError
impl !UnwindSafe for RustError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> CompatExt for T
impl<T> CompatExt for T
fn compat_ref(&self) -> Compat<&T>
fn compat_ref(&self) -> Compat<&T>
Applies the [
Compat
] adapter by shared reference. Read morefn compat_mut(&mut self) -> Compat<&mut T>
fn compat_mut(&mut self) -> Compat<&mut T>
Applies the [
Compat
] adapter by mutable reference. Read more