Struct ordered_float::FloatIsNan
source · pub struct FloatIsNan;
Expand description
An error indicating an attempt to construct NotNan from a NaN
Trait Implementations§
source§impl Clone for FloatIsNan
impl Clone for FloatIsNan
source§fn clone(&self) -> FloatIsNan
fn clone(&self) -> FloatIsNan
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for FloatIsNan
impl Debug for FloatIsNan
source§impl Display for FloatIsNan
impl Display for FloatIsNan
source§impl PartialEq for FloatIsNan
impl PartialEq for FloatIsNan
source§fn eq(&self, other: &FloatIsNan) -> bool
fn eq(&self, other: &FloatIsNan) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for FloatIsNan
impl Eq for FloatIsNan
impl StructuralEq for FloatIsNan
impl StructuralPartialEq for FloatIsNan
Auto Trait Implementations§
impl RefUnwindSafe for FloatIsNan
impl Send for FloatIsNan
impl Sync for FloatIsNan
impl Unpin for FloatIsNan
impl UnwindSafe for FloatIsNan
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