pub enum System {
Metric,
Imperial,
Astronomical,
}Expand description
Unit system classification.
Variants§
Metric
Metric system (SI and derived units)
Imperial
Imperial system (US customary units)
Astronomical
Astronomical system (For extremely )
Implementations§
Trait Implementations§
impl Copy for System
impl Eq for System
impl StructuralPartialEq for System
Auto Trait Implementations§
impl Freeze for System
impl RefUnwindSafe for System
impl Send for System
impl Sync for System
impl Unpin for System
impl UnwindSafe for System
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