pub struct F64(/* private fields */);Expand description
Trait Implementations§
Source§impl AsciiDisplay for F64
impl AsciiDisplay for F64
Source§impl NumberBase for F64
impl NumberBase for F64
Source§impl<Tag: Default> ParseTagged<Tag> for F64
impl<Tag: Default> ParseTagged<Tag> for F64
Source§impl PartialOrd for F64
impl PartialOrd for F64
impl Copy for F64
impl Eq for F64
Auto Trait Implementations§
impl Freeze for F64
impl RefUnwindSafe for F64
impl Send for F64
impl Sync for F64
impl Unpin for F64
impl UnwindSafe for F64
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