Struct scsys_core::generate::DigitGenerator
source · [−]pub struct DigitGenerator<T>(_);
Implementations
sourceimpl<T> DigitGenerator<T>
impl<T> DigitGenerator<T>
sourceimpl<T> DigitGenerator<T> where
Standard: Distribution<T>,
impl<T> DigitGenerator<T> where
Standard: Distribution<T>,
Trait Implementations
sourceimpl<T: Clone> Clone for DigitGenerator<T>
impl<T: Clone> Clone for DigitGenerator<T>
sourcefn clone(&self) -> DigitGenerator<T>
fn clone(&self) -> DigitGenerator<T>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl<T: Debug> Debug for DigitGenerator<T>
impl<T: Debug> Debug for DigitGenerator<T>
sourceimpl<T> Default for DigitGenerator<T> where
Standard: Distribution<T>,
impl<T> Default for DigitGenerator<T> where
Standard: Distribution<T>,
sourceimpl<'de, T> Deserialize<'de> for DigitGenerator<T> where
T: Deserialize<'de>,
impl<'de, T> Deserialize<'de> for DigitGenerator<T> where
T: Deserialize<'de>,
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl<T: Hash> Hash for DigitGenerator<T>
impl<T: Hash> Hash for DigitGenerator<T>
sourceimpl<T: PartialEq> PartialEq<DigitGenerator<T>> for DigitGenerator<T>
impl<T: PartialEq> PartialEq<DigitGenerator<T>> for DigitGenerator<T>
sourcefn eq(&self, other: &DigitGenerator<T>) -> bool
fn eq(&self, other: &DigitGenerator<T>) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &DigitGenerator<T>) -> bool
fn ne(&self, other: &DigitGenerator<T>) -> bool
This method tests for !=
.
sourceimpl<T> Serialize for DigitGenerator<T> where
T: Serialize,
impl<T> Serialize for DigitGenerator<T> where
T: Serialize,
impl<T: Copy> Copy for DigitGenerator<T>
impl<T> StructuralPartialEq for DigitGenerator<T>
Auto Trait Implementations
impl<T> RefUnwindSafe for DigitGenerator<T> where
T: RefUnwindSafe,
impl<T> Send for DigitGenerator<T> where
T: Send,
impl<T> Sync for DigitGenerator<T> where
T: Sync,
impl<T> Unpin for DigitGenerator<T> where
T: Unpin,
impl<T> UnwindSafe for DigitGenerator<T> where
T: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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