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