pub enum RandomDigitCount {
Zero = 0,
One = 1,
Two = 2,
Three = 3,
Four = 4,
Five = 5,
Six = 6,
}
Variants§
Trait Implementations§
Source§impl Clone for RandomDigitCount
impl Clone for RandomDigitCount
Source§fn clone(&self) -> RandomDigitCount
fn clone(&self) -> RandomDigitCount
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 RandomDigitCount
impl Debug for RandomDigitCount
Source§impl Default for RandomDigitCount
impl Default for RandomDigitCount
Source§fn default() -> RandomDigitCount
fn default() -> RandomDigitCount
Returns the “default value” for a type. Read more
Source§impl Hash for RandomDigitCount
impl Hash for RandomDigitCount
Source§impl PartialEq for RandomDigitCount
impl PartialEq for RandomDigitCount
impl Copy for RandomDigitCount
impl Eq for RandomDigitCount
impl StructuralPartialEq for RandomDigitCount
Auto Trait Implementations§
impl Freeze for RandomDigitCount
impl RefUnwindSafe for RandomDigitCount
impl Send for RandomDigitCount
impl Sync for RandomDigitCount
impl Unpin for RandomDigitCount
impl UnwindSafe for RandomDigitCount
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.