Struct kanidmd_lib::utils::DistinctAlpha
source · [−]pub struct DistinctAlpha;
Trait Implementations
sourceimpl Debug for DistinctAlpha
impl Debug for DistinctAlpha
sourceimpl Distribution<char> for DistinctAlpha
impl Distribution<char> for DistinctAlpha
sourcefn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> char
fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> char
Generate a random value of
T
, using rng
as the source of randomness.sourcefn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>where
R: Rng,
fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>where
R: Rng,
Create an iterator that generates random values of
T
, using rng
as
the source of randomness. Read moreAuto Trait Implementations
impl RefUnwindSafe for DistinctAlpha
impl Send for DistinctAlpha
impl Sync for DistinctAlpha
impl Unpin for DistinctAlpha
impl UnwindSafe for DistinctAlpha
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more