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§
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