pub enum TurboKind {
FAST,
SLOW,
}Expand description
Enum for determining the kind of PRNG, whether a fast one, or a slow, possibly crypographically secure one.
Variants§
Auto Trait Implementations§
impl Freeze for TurboKind
impl RefUnwindSafe for TurboKind
impl Send for TurboKind
impl Sync for TurboKind
impl Unpin for TurboKind
impl UnwindSafe for TurboKind
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more