pub struct DefaultFloatFormat;Expand description
This is the default formatter for floating point numbers. It writes numbers from 1e-3 to 1e6 as regular decimal numbers, and numbers outside that range in exponential representation.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DefaultFloatFormat
impl RefUnwindSafe for DefaultFloatFormat
impl Send for DefaultFloatFormat
impl Sync for DefaultFloatFormat
impl Unpin for DefaultFloatFormat
impl UnwindSafe for DefaultFloatFormat
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