pub enum TZDigit {
Zero = 0,
One = 1,
Two = 2,
Three = 3,
Four = 4,
Five = 5,
Six = 6,
Seven = 7,
Eight = 8,
Nine = 9,
}Variants§
Implementations§
Trait Implementations§
impl Copy for TZDigit
impl Eq for TZDigit
impl StructuralPartialEq for TZDigit
Auto Trait Implementations§
impl Freeze for TZDigit
impl RefUnwindSafe for TZDigit
impl Send for TZDigit
impl Sync for TZDigit
impl Unpin for TZDigit
impl UnwindSafe for TZDigit
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