pub struct FormatFloat { /* private fields */ }
Expand description
Internal Wrapper for custom formatting of f64
.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FormatFloat
impl RefUnwindSafe for FormatFloat
impl Send for FormatFloat
impl Sync for FormatFloat
impl Unpin for FormatFloat
impl UnwindSafe for FormatFloat
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