Struct BTreeMapStrategy
struct BTreeMapStrategy<K, V>(_)
where
K: Strategy,
V: Strategy,
<K as >::Value: Ord
Strategy to create BTreeMaps with a length in a certain range.
Created by the btree_map() function in the same module.
Implementations
impl<K, V> Clone for BTreeMapStrategy<K, V>
fn clone(self: &Self) -> BTreeMapStrategy<K, V>
impl<K, V> Debug for BTreeMapStrategy<K, V>
fn fmt(self: &Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl<K, V> Freeze for BTreeMapStrategy<K, V>
impl<K, V> RefUnwindSafe for BTreeMapStrategy<K, V>
impl<K, V> Send for BTreeMapStrategy<K, V>
impl<K, V> Strategy for BTreeMapStrategy<K, V>
fn new_tree(self: &Self, runner: &mut TestRunner) -> NewTree<Self>
impl<K, V> Sync for BTreeMapStrategy<K, V>
impl<K, V> Unpin for BTreeMapStrategy<K, V>
impl<K, V> UnwindSafe for BTreeMapStrategy<K, V>
impl<T> Any for BTreeMapStrategy<K, V>
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for BTreeMapStrategy<K, V>
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for BTreeMapStrategy<K, V>
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for BTreeMapStrategy<K, V>
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> From for BTreeMapStrategy<K, V>
fn from(t: T) -> TReturns the argument unchanged.
impl<T> ToOwned for BTreeMapStrategy<K, V>
fn to_owned(self: &Self) -> Tfn clone_into(self: &Self, target: &mut T)
impl<T, U> Into for BTreeMapStrategy<K, V>
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for BTreeMapStrategy<K, V>
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for BTreeMapStrategy<K, V>
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>
impl<V, T> VZip for BTreeMapStrategy<K, V>
fn vzip(self: Self) -> V