Struct MaybeErrValueTree

struct MaybeErrValueTree<T, E>(_)
where
    T: Strategy,
    E: Strategy

ValueTree type corresponding to MaybeErr.

Implementations

impl<T> Any for MaybeErrValueTree<T, E>

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for MaybeErrValueTree<T, E>

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for MaybeErrValueTree<T, E>

fn borrow_mut(self: &mut Self) -> &mut T

impl<T> CloneToUninit for MaybeErrValueTree<T, E>

unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)

impl<T> From for MaybeErrValueTree<T, E>

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> ToOwned for MaybeErrValueTree<T, E>

fn to_owned(self: &Self) -> T
fn clone_into(self: &Self, target: &mut T)

impl<T, E> Freeze for MaybeErrValueTree<T, E>

impl<T, E> RefUnwindSafe for MaybeErrValueTree<T, E>

impl<T, E> Send for MaybeErrValueTree<T, E>

impl<T, E> Sync for MaybeErrValueTree<T, E>

impl<T, E> Unpin for MaybeErrValueTree<T, E>

impl<T, E> UnwindSafe for MaybeErrValueTree<T, E>

impl<T, E> ValueTree for MaybeErrValueTree<T, E>

fn current(self: &Self) -> <Self as >::Value
fn simplify(self: &mut Self) -> bool
fn complicate(self: &mut Self) -> bool

impl<T, U> Into for MaybeErrValueTree<T, E>

fn into(self: Self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom for MaybeErrValueTree<T, E>

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

impl<T, U> TryInto for MaybeErrValueTree<T, E>

fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>

impl<T: Strategy, E: Strategy> Clone for MaybeErrValueTree<T, E>

fn clone(self: &Self) -> Self

impl<T: Strategy, E: Strategy> Debug for MaybeErrValueTree<T, E>

fn fmt(self: &Self, f: &mut fmt::Formatter<'_>) -> fmt::Result

impl<V, T> VZip for MaybeErrValueTree<T, E>

fn vzip(self: Self) -> V