pub enum Stochastic {
Fast(f64, u128),
Slow(f64, u128),
}Variants§
Implementations§
Trait Implementations§
Source§impl BaseData for Stochastic
impl BaseData for Stochastic
Source§impl Clone for Stochastic
impl Clone for Stochastic
Source§fn clone(&self) -> Stochastic
fn clone(&self) -> Stochastic
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 Stochastic
impl Debug for Stochastic
impl Copy for Stochastic
Auto Trait Implementations§
impl Freeze for Stochastic
impl RefUnwindSafe for Stochastic
impl Send for Stochastic
impl Sync for Stochastic
impl Unpin for Stochastic
impl UnsafeUnpin for Stochastic
impl UnwindSafe for Stochastic
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