Struct armnod::RandomStringChooser
source · pub struct RandomStringChooser {}Expand description
RandomStringChooser skips seeding entirely. This saves on CPU for when all that’s needed are pseudo-random strings.
Trait Implementations§
source§impl Default for RandomStringChooser
impl Default for RandomStringChooser
source§fn default() -> RandomStringChooser
fn default() -> RandomStringChooser
Returns the “default value” for a type. Read more
source§impl SeedChooser for RandomStringChooser
impl SeedChooser for RandomStringChooser
fn which_seed(&mut self, _: &mut Guacamole) -> SeedChoice
Auto Trait Implementations§
impl RefUnwindSafe for RandomStringChooser
impl Send for RandomStringChooser
impl Sync for RandomStringChooser
impl Unpin for RandomStringChooser
impl UnwindSafe for RandomStringChooser
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