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