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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more