Trait shoulda_core::Shoulda [−][src]
pub trait Shoulda: Debug { fn test_eq(&self, other: &Self) -> bool; fn should(&self) -> Should<'_, Self>
where
Self: Sized, { ... } }
Required methods
Loading content...Provided methods
Loading content...Implementations on Foreign Types
impl<T, K> Shoulda for HashMap<T, K> where
T: Debug,
T: Shoulda,
T: Eq,
T: Hash,
K: Debug,
K: Shoulda, [src]
impl<T, K> Shoulda for HashMap<T, K> where
T: Debug,
T: Shoulda,
T: Eq,
T: Hash,
K: Debug,
K: Shoulda, [src]impl<T> Shoulda for RangeInclusive<T> where
T: Debug,
T: Shoulda, [src]
impl<T> Shoulda for RangeInclusive<T> where
T: Debug,
T: Shoulda, [src]impl<K> Shoulda for Cow<'_, K> where
K: Shoulda,
K: Debug,
K: ToOwned,
<K as ToOwned>::Owned: Debug,
K: ?Sized, [src]
impl<K> Shoulda for Cow<'_, K> where
K: Shoulda,
K: Debug,
K: ToOwned,
<K as ToOwned>::Owned: Debug,
K: ?Sized, [src]