[][src]Struct proptest::strategy::FlattenValueTree

pub struct FlattenValueTree<S: ValueTree> where
    S::Value: Strategy
{ /* fields omitted */ }

The ValueTree produced by Flatten.

Trait Implementations

impl<S: ValueTree> ValueTree for FlattenValueTree<S> where
    S::Value: Strategy
[src]

type Value = <S::Value as Strategy>::Value

The type of the value produced by this ValueTree.

impl<S: ValueTree> Debug for FlattenValueTree<S> where
    S::Value: Strategy,
    S: Debug,
    <S::Value as Strategy>::Tree: Debug
[src]

impl<S: ValueTree> Clone for FlattenValueTree<S> where
    S::Value: Strategy + Clone,
    S: Clone,
    <S::Value as Strategy>::Tree: Clone
[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<S> Send for FlattenValueTree<S> where
    S: Send,
    <<S as ValueTree>::Value as Strategy>::Tree: Send

impl<S> Sync for FlattenValueTree<S> where
    S: Sync,
    <<S as ValueTree>::Value as Strategy>::Tree: Sync

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T