pub enum ValueOrder {
Ascend,
Descend,
Random,
}Expand description
Value-order strategy for Minion branching.
Variants§
Trait Implementations§
Source§impl Clone for ValueOrder
impl Clone for ValueOrder
Source§fn clone(&self) -> ValueOrder
fn clone(&self) -> ValueOrder
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ValueOrder
impl Debug for ValueOrder
Source§impl PartialEq for ValueOrder
impl PartialEq for ValueOrder
Source§fn eq(&self, other: &ValueOrder) -> bool
fn eq(&self, other: &ValueOrder) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ValueOrder
impl Eq for ValueOrder
impl StructuralPartialEq for ValueOrder
Auto Trait Implementations§
impl Freeze for ValueOrder
impl RefUnwindSafe for ValueOrder
impl Send for ValueOrder
impl Sync for ValueOrder
impl Unpin for ValueOrder
impl UnsafeUnpin for ValueOrder
impl UnwindSafe for ValueOrder
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 1 byte
Size for each variant:
Ascend: 0 bytesDescend: 0 bytesRandom: 0 bytes