pub enum OathDigits {
Six = 6,
Eight = 8,
}
Variants§
Trait Implementations§
Source§impl Clone for OathDigits
impl Clone for OathDigits
Source§fn clone(&self) -> OathDigits
fn clone(&self) -> OathDigits
Returns a copy 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 OathDigits
impl Debug for OathDigits
Source§impl PartialEq for OathDigits
impl PartialEq for OathDigits
impl Copy for OathDigits
impl StructuralPartialEq for OathDigits
Auto Trait Implementations§
impl Freeze for OathDigits
impl RefUnwindSafe for OathDigits
impl Send for OathDigits
impl Sync for OathDigits
impl Unpin for OathDigits
impl UnwindSafe for OathDigits
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