pub struct DokiError {
pub kind: Box<DokiErrorKind>,
}
Fields§
§kind: Box<DokiErrorKind>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DokiError
impl RefUnwindSafe for DokiError
impl Send for DokiError
impl Sync for DokiError
impl Unpin for DokiError
impl UnwindSafe for DokiError
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