pub struct ErrorHasSource;Trait Implementations§
Source§impl<S> Expectation<S> for ErrorHasSourcewhere
S: Error,
impl<S> Expectation<S> for ErrorHasSourcewhere
S: Error,
impl Invertible for ErrorHasSource
Auto Trait Implementations§
impl Freeze for ErrorHasSource
impl RefUnwindSafe for ErrorHasSource
impl Send for ErrorHasSource
impl Sync for ErrorHasSource
impl Unpin for ErrorHasSource
impl UnwindSafe for ErrorHasSource
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