Struct proptest::array::ArrayValueTree

source ·
pub struct ArrayValueTree<T> { /* private fields */ }
Expand description

A ValueTree operating over a fixed-size array.

Trait Implementations§

source§

impl<T: Clone> Clone for ArrayValueTree<T>

source§

fn clone(&self) -> ArrayValueTree<T>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<T: Debug> Debug for ArrayValueTree<T>

source§

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

Formats the value using the given formatter. Read more
source§

impl<T: ValueTree> ValueTree for ArrayValueTree<[T; 1]>

§

type Value = [<T as ValueTree>::Value; 1]

The type of the value produced by this ValueTree.
source§

fn current(&self) -> [T::Value; 1]

Returns the current value.
source§

fn simplify(&mut self) -> bool

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
source§

fn complicate(&mut self) -> bool

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
source§

impl<T: ValueTree> ValueTree for ArrayValueTree<[T; 10]>

§

type Value = [<T as ValueTree>::Value; 10]

The type of the value produced by this ValueTree.
source§

fn current(&self) -> [T::Value; 10]

Returns the current value.
source§

fn simplify(&mut self) -> bool

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
source§

fn complicate(&mut self) -> bool

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
source§

impl<T: ValueTree> ValueTree for ArrayValueTree<[T; 11]>

§

type Value = [<T as ValueTree>::Value; 11]

The type of the value produced by this ValueTree.
source§

fn current(&self) -> [T::Value; 11]

Returns the current value.
source§

fn simplify(&mut self) -> bool

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
source§

fn complicate(&mut self) -> bool

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
source§

impl<T: ValueTree> ValueTree for ArrayValueTree<[T; 12]>

§

type Value = [<T as ValueTree>::Value; 12]

The type of the value produced by this ValueTree.
source§

fn current(&self) -> [T::Value; 12]

Returns the current value.
source§

fn simplify(&mut self) -> bool

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
source§

fn complicate(&mut self) -> bool

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
source§

impl<T: ValueTree> ValueTree for ArrayValueTree<[T; 13]>

§

type Value = [<T as ValueTree>::Value; 13]

The type of the value produced by this ValueTree.
source§

fn current(&self) -> [T::Value; 13]

Returns the current value.
source§

fn simplify(&mut self) -> bool

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
source§

fn complicate(&mut self) -> bool

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
source§

impl<T: ValueTree> ValueTree for ArrayValueTree<[T; 14]>

§

type Value = [<T as ValueTree>::Value; 14]

The type of the value produced by this ValueTree.
source§

fn current(&self) -> [T::Value; 14]

Returns the current value.
source§

fn simplify(&mut self) -> bool

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
source§

fn complicate(&mut self) -> bool

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
source§

impl<T: ValueTree> ValueTree for ArrayValueTree<[T; 15]>

§

type Value = [<T as ValueTree>::Value; 15]

The type of the value produced by this ValueTree.
source§

fn current(&self) -> [T::Value; 15]

Returns the current value.
source§

fn simplify(&mut self) -> bool

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
source§

fn complicate(&mut self) -> bool

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
source§

impl<T: ValueTree> ValueTree for ArrayValueTree<[T; 16]>

§

type Value = [<T as ValueTree>::Value; 16]

The type of the value produced by this ValueTree.
source§

fn current(&self) -> [T::Value; 16]

Returns the current value.
source§

fn simplify(&mut self) -> bool

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
source§

fn complicate(&mut self) -> bool

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
source§

impl<T: ValueTree> ValueTree for ArrayValueTree<[T; 17]>

§

type Value = [<T as ValueTree>::Value; 17]

The type of the value produced by this ValueTree.
source§

fn current(&self) -> [T::Value; 17]

Returns the current value.
source§

fn simplify(&mut self) -> bool

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
source§

fn complicate(&mut self) -> bool

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
source§

impl<T: ValueTree> ValueTree for ArrayValueTree<[T; 18]>

§

type Value = [<T as ValueTree>::Value; 18]

The type of the value produced by this ValueTree.
source§

fn current(&self) -> [T::Value; 18]

Returns the current value.
source§

fn simplify(&mut self) -> bool

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
source§

fn complicate(&mut self) -> bool

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
source§

impl<T: ValueTree> ValueTree for ArrayValueTree<[T; 19]>

§

type Value = [<T as ValueTree>::Value; 19]

The type of the value produced by this ValueTree.
source§

fn current(&self) -> [T::Value; 19]

Returns the current value.
source§

fn simplify(&mut self) -> bool

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
source§

fn complicate(&mut self) -> bool

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
source§

impl<T: ValueTree> ValueTree for ArrayValueTree<[T; 2]>

§

type Value = [<T as ValueTree>::Value; 2]

The type of the value produced by this ValueTree.
source§

fn current(&self) -> [T::Value; 2]

Returns the current value.
source§

fn simplify(&mut self) -> bool

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
source§

fn complicate(&mut self) -> bool

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
source§

impl<T: ValueTree> ValueTree for ArrayValueTree<[T; 20]>

§

type Value = [<T as ValueTree>::Value; 20]

The type of the value produced by this ValueTree.
source§

fn current(&self) -> [T::Value; 20]

Returns the current value.
source§

fn simplify(&mut self) -> bool

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
source§

fn complicate(&mut self) -> bool

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
source§

impl<T: ValueTree> ValueTree for ArrayValueTree<[T; 21]>

§

type Value = [<T as ValueTree>::Value; 21]

The type of the value produced by this ValueTree.
source§

fn current(&self) -> [T::Value; 21]

Returns the current value.
source§

fn simplify(&mut self) -> bool

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
source§

fn complicate(&mut self) -> bool

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
source§

impl<T: ValueTree> ValueTree for ArrayValueTree<[T; 22]>

§

type Value = [<T as ValueTree>::Value; 22]

The type of the value produced by this ValueTree.
source§

fn current(&self) -> [T::Value; 22]

Returns the current value.
source§

fn simplify(&mut self) -> bool

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
source§

fn complicate(&mut self) -> bool

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
source§

impl<T: ValueTree> ValueTree for ArrayValueTree<[T; 23]>

§

type Value = [<T as ValueTree>::Value; 23]

The type of the value produced by this ValueTree.
source§

fn current(&self) -> [T::Value; 23]

Returns the current value.
source§

fn simplify(&mut self) -> bool

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
source§

fn complicate(&mut self) -> bool

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
source§

impl<T: ValueTree> ValueTree for ArrayValueTree<[T; 24]>

§

type Value = [<T as ValueTree>::Value; 24]

The type of the value produced by this ValueTree.
source§

fn current(&self) -> [T::Value; 24]

Returns the current value.
source§

fn simplify(&mut self) -> bool

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
source§

fn complicate(&mut self) -> bool

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
source§

impl<T: ValueTree> ValueTree for ArrayValueTree<[T; 25]>

§

type Value = [<T as ValueTree>::Value; 25]

The type of the value produced by this ValueTree.
source§

fn current(&self) -> [T::Value; 25]

Returns the current value.
source§

fn simplify(&mut self) -> bool

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
source§

fn complicate(&mut self) -> bool

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
source§

impl<T: ValueTree> ValueTree for ArrayValueTree<[T; 26]>

§

type Value = [<T as ValueTree>::Value; 26]

The type of the value produced by this ValueTree.
source§

fn current(&self) -> [T::Value; 26]

Returns the current value.
source§

fn simplify(&mut self) -> bool

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
source§

fn complicate(&mut self) -> bool

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
source§

impl<T: ValueTree> ValueTree for ArrayValueTree<[T; 27]>

§

type Value = [<T as ValueTree>::Value; 27]

The type of the value produced by this ValueTree.
source§

fn current(&self) -> [T::Value; 27]

Returns the current value.
source§

fn simplify(&mut self) -> bool

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
source§

fn complicate(&mut self) -> bool

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
source§

impl<T: ValueTree> ValueTree for ArrayValueTree<[T; 28]>

§

type Value = [<T as ValueTree>::Value; 28]

The type of the value produced by this ValueTree.
source§

fn current(&self) -> [T::Value; 28]

Returns the current value.
source§

fn simplify(&mut self) -> bool

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
source§

fn complicate(&mut self) -> bool

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
source§

impl<T: ValueTree> ValueTree for ArrayValueTree<[T; 29]>

§

type Value = [<T as ValueTree>::Value; 29]

The type of the value produced by this ValueTree.
source§

fn current(&self) -> [T::Value; 29]

Returns the current value.
source§

fn simplify(&mut self) -> bool

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
source§

fn complicate(&mut self) -> bool

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
source§

impl<T: ValueTree> ValueTree for ArrayValueTree<[T; 3]>

§

type Value = [<T as ValueTree>::Value; 3]

The type of the value produced by this ValueTree.
source§

fn current(&self) -> [T::Value; 3]

Returns the current value.
source§

fn simplify(&mut self) -> bool

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
source§

fn complicate(&mut self) -> bool

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
source§

impl<T: ValueTree> ValueTree for ArrayValueTree<[T; 30]>

§

type Value = [<T as ValueTree>::Value; 30]

The type of the value produced by this ValueTree.
source§

fn current(&self) -> [T::Value; 30]

Returns the current value.
source§

fn simplify(&mut self) -> bool

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
source§

fn complicate(&mut self) -> bool

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
source§

impl<T: ValueTree> ValueTree for ArrayValueTree<[T; 31]>

§

type Value = [<T as ValueTree>::Value; 31]

The type of the value produced by this ValueTree.
source§

fn current(&self) -> [T::Value; 31]

Returns the current value.
source§

fn simplify(&mut self) -> bool

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
source§

fn complicate(&mut self) -> bool

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
source§

impl<T: ValueTree> ValueTree for ArrayValueTree<[T; 32]>

§

type Value = [<T as ValueTree>::Value; 32]

The type of the value produced by this ValueTree.
source§

fn current(&self) -> [T::Value; 32]

Returns the current value.
source§

fn simplify(&mut self) -> bool

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
source§

fn complicate(&mut self) -> bool

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
source§

impl<T: ValueTree> ValueTree for ArrayValueTree<[T; 4]>

§

type Value = [<T as ValueTree>::Value; 4]

The type of the value produced by this ValueTree.
source§

fn current(&self) -> [T::Value; 4]

Returns the current value.
source§

fn simplify(&mut self) -> bool

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
source§

fn complicate(&mut self) -> bool

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
source§

impl<T: ValueTree> ValueTree for ArrayValueTree<[T; 5]>

§

type Value = [<T as ValueTree>::Value; 5]

The type of the value produced by this ValueTree.
source§

fn current(&self) -> [T::Value; 5]

Returns the current value.
source§

fn simplify(&mut self) -> bool

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
source§

fn complicate(&mut self) -> bool

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
source§

impl<T: ValueTree> ValueTree for ArrayValueTree<[T; 6]>

§

type Value = [<T as ValueTree>::Value; 6]

The type of the value produced by this ValueTree.
source§

fn current(&self) -> [T::Value; 6]

Returns the current value.
source§

fn simplify(&mut self) -> bool

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
source§

fn complicate(&mut self) -> bool

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
source§

impl<T: ValueTree> ValueTree for ArrayValueTree<[T; 7]>

§

type Value = [<T as ValueTree>::Value; 7]

The type of the value produced by this ValueTree.
source§

fn current(&self) -> [T::Value; 7]

Returns the current value.
source§

fn simplify(&mut self) -> bool

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
source§

fn complicate(&mut self) -> bool

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
source§

impl<T: ValueTree> ValueTree for ArrayValueTree<[T; 8]>

§

type Value = [<T as ValueTree>::Value; 8]

The type of the value produced by this ValueTree.
source§

fn current(&self) -> [T::Value; 8]

Returns the current value.
source§

fn simplify(&mut self) -> bool

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
source§

fn complicate(&mut self) -> bool

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
source§

impl<T: ValueTree> ValueTree for ArrayValueTree<[T; 9]>

§

type Value = [<T as ValueTree>::Value; 9]

The type of the value produced by this ValueTree.
source§

fn current(&self) -> [T::Value; 9]

Returns the current value.
source§

fn simplify(&mut self) -> bool

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
source§

fn complicate(&mut self) -> bool

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
source§

impl<T: Copy> Copy for ArrayValueTree<T>

Auto Trait Implementations§

§

impl<T> Freeze for ArrayValueTree<T>
where T: Freeze,

§

impl<T> RefUnwindSafe for ArrayValueTree<T>
where T: RefUnwindSafe,

§

impl<T> Send for ArrayValueTree<T>
where T: Send,

§

impl<T> Sync for ArrayValueTree<T>
where T: Sync,

§

impl<T> Unpin for ArrayValueTree<T>
where T: Unpin,

§

impl<T> UnwindSafe for ArrayValueTree<T>
where T: UnwindSafe,

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

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

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

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

source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

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

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

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

The type returned in the event of a conversion error.
source§

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

Performs the conversion.
source§

impl<V, T> VZip<V> for T
where V: MultiLane<T>,

source§

fn vzip(self) -> V