Struct LinkedListStrategy
struct LinkedListStrategy<T>(_)
where
T: Strategy
Strategy to create LinkedLists with a length in a certain range.
Created by the linkedlist() function in the same module.
Implementations
impl<T> Any for LinkedListStrategy<T>
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for LinkedListStrategy<T>
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for LinkedListStrategy<T>
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> Clone for LinkedListStrategy<T>
fn clone(self: &Self) -> LinkedListStrategy<T>
impl<T> CloneToUninit for LinkedListStrategy<T>
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> Debug for LinkedListStrategy<T>
fn fmt(self: &Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl<T> Freeze for LinkedListStrategy<T>
impl<T> From for LinkedListStrategy<T>
fn from(t: T) -> TReturns the argument unchanged.
impl<T> RefUnwindSafe for LinkedListStrategy<T>
impl<T> Send for LinkedListStrategy<T>
impl<T> Strategy for LinkedListStrategy<T>
fn new_tree(self: &Self, runner: &mut TestRunner) -> NewTree<Self>
impl<T> Sync for LinkedListStrategy<T>
impl<T> ToOwned for LinkedListStrategy<T>
fn to_owned(self: &Self) -> Tfn clone_into(self: &Self, target: &mut T)
impl<T> Unpin for LinkedListStrategy<T>
impl<T> UnwindSafe for LinkedListStrategy<T>
impl<T, U> Into for LinkedListStrategy<T>
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 LinkedListStrategy<T>
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for LinkedListStrategy<T>
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>
impl<V, T> VZip for LinkedListStrategy<T>
fn vzip(self: Self) -> V