pub struct PrettyPrintedF64(pub f64);
Tuple Fields§
§0: f64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PrettyPrintedF64
impl RefUnwindSafe for PrettyPrintedF64
impl Send for PrettyPrintedF64
impl Sync for PrettyPrintedF64
impl Unpin for PrettyPrintedF64
impl UnwindSafe for PrettyPrintedF64
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