pub enum NumSys {
Binary,
Decimal,
}
Expand description
Numeral System for unit conversion.
Variants§
Auto Trait Implementations§
impl Freeze for NumSys
impl RefUnwindSafe for NumSys
impl Send for NumSys
impl Sync for NumSys
impl Unpin for NumSys
impl UnwindSafe for NumSys
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