pub struct NoneSatisfies<P> {
pub predicate: P,
pub failing: HashSet<usize>,
}Fields§
§predicate: P§failing: HashSet<usize>Trait Implementations§
Source§impl<T, P> Expectation<Vec<T>> for NoneSatisfies<P>
impl<T, P> Expectation<Vec<T>> for NoneSatisfies<P>
Auto Trait Implementations§
impl<P> Freeze for NoneSatisfies<P>where
P: Freeze,
impl<P> RefUnwindSafe for NoneSatisfies<P>where
P: RefUnwindSafe,
impl<P> Send for NoneSatisfies<P>where
P: Send,
impl<P> Sync for NoneSatisfies<P>where
P: Sync,
impl<P> Unpin for NoneSatisfies<P>where
P: Unpin,
impl<P> UnwindSafe for NoneSatisfies<P>where
P: UnwindSafe,
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