pub struct MapContainsKey<E> {
pub expected_key: E,
}Fields§
§expected_key: ETrait Implementations§
Source§impl<M, E> Expectation<M> for MapContainsKey<E>where
M: MapProperties,
<M as MapProperties>::Key: PartialEq<E> + Debug,
<M as MapProperties>::Value: Debug,
E: Debug,
impl<M, E> Expectation<M> for MapContainsKey<E>where
M: MapProperties,
<M as MapProperties>::Key: PartialEq<E> + Debug,
<M as MapProperties>::Value: Debug,
E: Debug,
impl<E> Invertible for MapContainsKey<E>
Auto Trait Implementations§
impl<E> Freeze for MapContainsKey<E>where
E: Freeze,
impl<E> RefUnwindSafe for MapContainsKey<E>where
E: RefUnwindSafe,
impl<E> Send for MapContainsKey<E>where
E: Send,
impl<E> Sync for MapContainsKey<E>where
E: Sync,
impl<E> Unpin for MapContainsKey<E>where
E: Unpin,
impl<E> UnwindSafe for MapContainsKey<E>where
E: 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