pub struct ErrorDetails { /* private fields */ }
Implementations§
Source§impl ErrorDetails
impl ErrorDetails
Trait Implementations§
Source§impl Debug for ErrorDetails
impl Debug for ErrorDetails
Auto Trait Implementations§
impl Freeze for ErrorDetails
impl !RefUnwindSafe for ErrorDetails
impl Send for ErrorDetails
impl !Sync for ErrorDetails
impl Unpin for ErrorDetails
impl !UnwindSafe for ErrorDetails
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