Struct puffin::fuzzer::stats_stage::StatsStage
source · pub struct StatsStage<E, EM, Z> {
phantom: PhantomData<(E, EM, Z)>,
}
Fields§
§phantom: PhantomData<(E, EM, Z)>
Implementations§
source§impl<E, EM, Z> StatsStage<E, EM, Z>where
E: UsesState<State = Z::State>,
EM: UsesState<State = Z::State>,
Z: Evaluator<E, EM>,
impl<E, EM, Z> StatsStage<E, EM, Z>where
E: UsesState<State = Z::State>,
EM: UsesState<State = Z::State>,
Z: Evaluator<E, EM>,
Trait Implementations§
source§impl<E: Clone, EM: Clone, Z: Clone> Clone for StatsStage<E, EM, Z>
impl<E: Clone, EM: Clone, Z: Clone> Clone for StatsStage<E, EM, Z>
source§fn clone(&self) -> StatsStage<E, EM, Z>
fn clone(&self) -> StatsStage<E, EM, Z>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<E, EM, Z> Default for StatsStage<E, EM, Z>where
E: UsesState<State = Z::State>,
EM: UsesState<State = Z::State>,
Z: Evaluator<E, EM>,
impl<E, EM, Z> Default for StatsStage<E, EM, Z>where
E: UsesState<State = Z::State>,
EM: UsesState<State = Z::State>,
Z: Evaluator<E, EM>,
source§impl<E, EM, Z> Stage<E, EM, Z> for StatsStage<E, EM, Z>where
EM: EventFirer + UsesState<State = Z::State>,
E: UsesState<State = Z::State>,
Z: Evaluator<E, EM>,
impl<E, EM, Z> Stage<E, EM, Z> for StatsStage<E, EM, Z>where
EM: EventFirer + UsesState<State = Z::State>,
E: UsesState<State = Z::State>,
Z: Evaluator<E, EM>,
Auto Trait Implementations§
impl<E, EM, Z> Freeze for StatsStage<E, EM, Z>
impl<E, EM, Z> RefUnwindSafe for StatsStage<E, EM, Z>
impl<E, EM, Z> Send for StatsStage<E, EM, Z>
impl<E, EM, Z> Sync for StatsStage<E, EM, Z>
impl<E, EM, Z> Unpin for StatsStage<E, EM, Z>
impl<E, EM, Z> UnwindSafe for StatsStage<E, EM, Z>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneAny for T
impl<T> CloneAny for T
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<Tail, T> Prepend<T> for Tail
impl<Tail, T> Prepend<T> for Tail
§type PreprendResult = Tail
type PreprendResult = Tail
The Resulting [
TupleList
], of an [Prepend::prepend()
] call,
including the prepended entry.