Struct proptest::sample::SubsequenceValueTree[][src]

pub struct SubsequenceValueTree<T: Clone + 'static> { /* fields omitted */ }

ValueTree type for Subsequence.

Trait Implementations

impl<T: Debug + Clone + 'static> Debug for SubsequenceValueTree<T>
[src]

Formats the value using the given formatter. Read more

impl<T: Clone + Clone + 'static> Clone for SubsequenceValueTree<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: Debug + Clone + 'static> ValueTree for SubsequenceValueTree<T>
[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<T> Send for SubsequenceValueTree<T> where
    T: Send + Sync

impl<T> Sync for SubsequenceValueTree<T> where
    T: Send + Sync