Struct proptest::array::ArrayValueTree[][src]

pub struct ArrayValueTree<T> { /* fields omitted */ }

A ValueTree operating over a fixed-size array.

Trait Implementations

impl<T: Clone> Clone for ArrayValueTree<T>[src]

impl<T: Copy> Copy for ArrayValueTree<T>[src]

impl<T: Debug> Debug for ArrayValueTree<T>[src]

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

type Value = [T::Value; 1]

The type of the value produced by this ValueTree.

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

type Value = [T::Value; 2]

The type of the value produced by this ValueTree.

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

type Value = [T::Value; 11]

The type of the value produced by this ValueTree.

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

type Value = [T::Value; 12]

The type of the value produced by this ValueTree.

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

type Value = [T::Value; 13]

The type of the value produced by this ValueTree.

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

type Value = [T::Value; 14]

The type of the value produced by this ValueTree.

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

type Value = [T::Value; 15]

The type of the value produced by this ValueTree.

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

type Value = [T::Value; 16]

The type of the value produced by this ValueTree.

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

type Value = [T::Value; 17]

The type of the value produced by this ValueTree.

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

type Value = [T::Value; 18]

The type of the value produced by this ValueTree.

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

type Value = [T::Value; 19]

The type of the value produced by this ValueTree.

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

type Value = [T::Value; 20]

The type of the value produced by this ValueTree.

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

type Value = [T::Value; 3]

The type of the value produced by this ValueTree.

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

type Value = [T::Value; 21]

The type of the value produced by this ValueTree.

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

type Value = [T::Value; 22]

The type of the value produced by this ValueTree.

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

type Value = [T::Value; 23]

The type of the value produced by this ValueTree.

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

type Value = [T::Value; 24]

The type of the value produced by this ValueTree.

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

type Value = [T::Value; 25]

The type of the value produced by this ValueTree.

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

type Value = [T::Value; 26]

The type of the value produced by this ValueTree.

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

type Value = [T::Value; 27]

The type of the value produced by this ValueTree.

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

type Value = [T::Value; 28]

The type of the value produced by this ValueTree.

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

type Value = [T::Value; 29]

The type of the value produced by this ValueTree.

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

type Value = [T::Value; 30]

The type of the value produced by this ValueTree.

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

type Value = [T::Value; 4]

The type of the value produced by this ValueTree.

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

type Value = [T::Value; 31]

The type of the value produced by this ValueTree.

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

type Value = [T::Value; 32]

The type of the value produced by this ValueTree.

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

type Value = [T::Value; 5]

The type of the value produced by this ValueTree.

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

type Value = [T::Value; 6]

The type of the value produced by this ValueTree.

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

type Value = [T::Value; 7]

The type of the value produced by this ValueTree.

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

type Value = [T::Value; 8]

The type of the value produced by this ValueTree.

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

type Value = [T::Value; 9]

The type of the value produced by this ValueTree.

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

type Value = [T::Value; 10]

The type of the value produced by this ValueTree.

Auto Trait Implementations

impl<T> RefUnwindSafe for ArrayValueTree<T> where
    T: RefUnwindSafe
[src]

impl<T> Send for ArrayValueTree<T> where
    T: Send
[src]

impl<T> Sync for ArrayValueTree<T> where
    T: Sync
[src]

impl<T> Unpin for ArrayValueTree<T> where
    T: Unpin
[src]

impl<T> UnwindSafe for ArrayValueTree<T> where
    T: UnwindSafe
[src]

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

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

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

type Owned = T

The resulting type after obtaining ownership.

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

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> 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<V, T> VZip<V> for T where
    V: MultiLane<T>,