pub enum NumericForm {
Scientific,
Engineering,
}Expand description
NUMERIC FORM controls exponential notation style.
Variants§
Trait Implementations§
Source§impl Clone for NumericForm
impl Clone for NumericForm
Source§fn clone(&self) -> NumericForm
fn clone(&self) -> NumericForm
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 NumericForm
impl Debug for NumericForm
Source§impl Default for NumericForm
impl Default for NumericForm
Source§fn default() -> NumericForm
fn default() -> NumericForm
Returns the “default value” for a type. Read more
Source§impl PartialEq for NumericForm
impl PartialEq for NumericForm
impl Copy for NumericForm
impl Eq for NumericForm
impl StructuralPartialEq for NumericForm
Auto Trait Implementations§
impl Freeze for NumericForm
impl RefUnwindSafe for NumericForm
impl Send for NumericForm
impl Sync for NumericForm
impl Unpin for NumericForm
impl UnsafeUnpin for NumericForm
impl UnwindSafe for NumericForm
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