pub enum Exponentformat {
None,
SmallE,
BigE,
Power,
Si,
B,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Exponentformat
impl RefUnwindSafe for Exponentformat
impl Send for Exponentformat
impl Sync for Exponentformat
impl Unpin for Exponentformat
impl UnwindSafe for Exponentformat
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