pub enum MutatorOperation {
Delay,
Duplicate,
DropFraction,
DropPositional,
Disable,
Enable,
Corrupt,
SetToValue,
SubstituteNextValue,
Reorder,
Stimulate,
}
Variants§
Delay
Duplicate
DropFraction
DropPositional
Disable
Enable
Corrupt
SetToValue
SubstituteNextValue
Reorder
Stimulate
Implementations§
Trait Implementations§
Source§impl Clone for MutatorOperation
impl Clone for MutatorOperation
Source§fn clone(&self) -> MutatorOperation
fn clone(&self) -> MutatorOperation
Returns a duplicate 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 Debug for MutatorOperation
impl Debug for MutatorOperation
Source§impl PartialEq for MutatorOperation
impl PartialEq for MutatorOperation
impl Copy for MutatorOperation
impl Eq for MutatorOperation
impl StructuralPartialEq for MutatorOperation
Auto Trait Implementations§
impl Freeze for MutatorOperation
impl RefUnwindSafe for MutatorOperation
impl Send for MutatorOperation
impl Sync for MutatorOperation
impl Unpin for MutatorOperation
impl UnwindSafe for MutatorOperation
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