pub struct IsErr;Trait Implementations§
Source§impl<T, E> Expectation<&Result<T, E>> for IsErr
impl<T, E> Expectation<&Result<T, E>> for IsErr
Source§impl<T, E> Expectation<Result<T, E>> for IsErr
impl<T, E> Expectation<Result<T, E>> for IsErr
Auto Trait Implementations§
impl Freeze for IsErr
impl RefUnwindSafe for IsErr
impl Send for IsErr
impl Sync for IsErr
impl Unpin for IsErr
impl UnwindSafe for IsErr
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