pub enum GenerationType {
FixedIntervals,
Random,
}Expand description
This enum defines the possible generation types.
Variants§
Trait Implementations§
Source§impl Clone for GenerationType
impl Clone for GenerationType
Source§fn clone(&self) -> GenerationType
fn clone(&self) -> GenerationType
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 moreAuto Trait Implementations§
impl Freeze for GenerationType
impl RefUnwindSafe for GenerationType
impl Send for GenerationType
impl Sync for GenerationType
impl Unpin for GenerationType
impl UnwindSafe for GenerationType
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