[−][src]Struct proptest::strategy::Flatten
Adaptor that flattens a Strategy
which produces other Strategy
s into a
Strategy
that picks one of those strategies and then picks values from
it.
Implementations
impl<S: Strategy> Flatten<S>
[src][−]
Trait Implementations
impl<S: Clone> Clone for Flatten<S>
[src][+]
impl<S: Copy> Copy for Flatten<S>
[src]
impl<S: Debug> Debug for Flatten<S>
[src][+]
impl<S: Strategy> Strategy for Flatten<S> where
S::Value: Strategy,
[src][+]
S::Value: Strategy,
Auto Trait Implementations
impl<S> RefUnwindSafe for Flatten<S> where
S: RefUnwindSafe,
[src]
S: RefUnwindSafe,
impl<S> Send for Flatten<S> where
S: Send,
[src]
S: Send,
impl<S> Sync for Flatten<S> where
S: Sync,
[src]
S: Sync,
impl<S> Unpin for Flatten<S> where
S: Unpin,
[src]
S: Unpin,
impl<S> UnwindSafe for Flatten<S> where
S: UnwindSafe,
[src]
S: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[+]
V: MultiLane<T>,