Struct Perturb
#[must_use = "strategies do nothing unless used"]
pub struct Perturb<S, F> { /* private fields */ }
Strategy perturbation adaptor.
See Strategy::prop_perturb().
Trait Implementations
impl<S: Clone, F> Clone for Perturb<S, F>
fn clone(&self) -> Self
impl<S: Debug, F> Debug for Perturb<S, F>
fn fmt(&self, f: &mut Formatter<'_>) -> Result
impl<S: Strategy, O: Debug, F: Fn(S::Value, TestRng) -> O> Strategy for Perturb<S, F>
type Tree = PerturbValueTree<<S as Strategy>::Tree, F>;type Value = O;fn new_tree(&self, runner: &mut TestRunner) -> NewTree<Self>
Auto Trait Implementations
impl<S, F> Freeze for Perturb<S, F>
where
S: Freeze,
Arc<F>: Freeze,
impl<S, F> RefUnwindSafe for Perturb<S, F>
where
S: RefUnwindSafe,
Arc<F>: RefUnwindSafe,
impl<S, F> Send for Perturb<S, F>
where
S: Send,
Arc<F>: Send,
impl<S, F> Sync for Perturb<S, F>
where
S: Sync,
Arc<F>: Sync,
impl<S, F> Unpin for Perturb<S, F>
where
S: Unpin,
Arc<F>: Unpin,
impl<S, F> UnsafeUnpin for Perturb<S, F>
where
S: UnsafeUnpin,
Arc<F>: UnsafeUnpin,
impl<S, F> UnwindSafe for Perturb<S, F>
where
S: UnwindSafe,
Arc<F>: UnwindSafe,
Blanket Implementations
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for Perturb<S, F>
where
ST: ?Sized,
DT: ?Sized,
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for Perturb<S, F>
where
ST: ?Sized,
DT: ?Sized,
impl<T> Any for Perturb<S, F>
where
T: 'static + ?Sized,
fn type_id(&self) -> TypeId
impl<T> Borrow<T> for Perturb<S, F>
where
T: ?Sized,
fn borrow(&self) -> &T
impl<T> BorrowMut<T> for Perturb<S, F>
where
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
impl<T> CloneToUninit for Perturb<S, F>
where
T: Clone,
unsafe fn clone_to_uninit(&self, dest: *mut u8)
impl<T> From<T> for Perturb<S, F>
fn from(t: T) -> TReturns the argument unchanged.
impl<T> Read<Exclusive, BecauseExclusive> for Perturb<S, F>
where
T: ?Sized,
impl<T> ToOwned for Perturb<S, F>
where
T: Clone,
type Owned = T;fn to_owned(&self) -> Tfn clone_into(&self, target: &mut T)
impl<T, U> Into<U> for Perturb<S, F>
where
U: From<T>,
fn into(self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom<U> for Perturb<S, F>
where
U: Into<T>,
type Error = never;fn try_from(value: U) -> Result<T, never>
impl<T, U> TryInto<U> for Perturb<S, F>
where
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error;fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
impl<V, T> VZip<V> for Perturb<S, F>
where
V: MultiLane<T>,
fn vzip(self) -> V