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

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

The ValueTree produced by Flatten.

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter. Read more

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

The type of the value produced by this ValueTree.

Returns the current value.

Attempts to simplify the current value. Notionally, this sets the "high" value to the current value, and the current value to a "halfway point" between high and low, rounding towards low. Read more

Attempts to partially undo the last simplification. Notionally, this sets the "low" value to one plus the current value, and the current value to a "halfway point" between high and the new low, rounding towards low. 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