pub struct Float<'a>(_);
Expand description
A parsed float.
Methods can be use to access the value of the float.
Implementations
Trait Implementations
impl<'a> StructuralPartialEq for Float<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for Float<'a>
impl<'a> Send for Float<'a>
impl<'a> Sync for Float<'a>
impl<'a> Unpin for Float<'a>
impl<'a> UnwindSafe for Float<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more