#[repr(align(4))]struct Custom {
kind: ErrorKind,
error: Box<dyn Error + Send + Sync>,
}
Fields§
§kind: ErrorKind
§error: Box<dyn Error + Send + Sync>
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Custom
impl Send for Custom
impl Sync for Custom
impl Unpin for Custom
impl !UnwindSafe for Custom
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