Struct ordered_float::FloatIsNan [−][src]
pub struct FloatIsNan;
Expand description
An error indicating an attempt to construct NotNan from a NaN
Trait Implementations
impl Clone for FloatIsNan
[src]
impl Clone for FloatIsNan
[src]fn clone(&self) -> FloatIsNan
[src]
fn clone(&self) -> FloatIsNan
[src]Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]Performs copy-assignment from source
. Read more
impl Debug for FloatIsNan
[src]
impl Debug for FloatIsNan
[src]impl Display for FloatIsNan
[src]
impl Display for FloatIsNan
[src]impl Error for FloatIsNan
[src]
impl Error for FloatIsNan
[src]fn description(&self) -> &str
[src]
fn description(&self) -> &str
[src]👎 Deprecated since 1.42.0:
use the Display impl or to_string()
fn source(&self) -> Option<&(dyn Error + 'static)>
1.30.0[src]
fn source(&self) -> Option<&(dyn Error + 'static)>
1.30.0[src]The lower-level source of this error, if any. Read more
impl PartialEq<FloatIsNan> for FloatIsNan
[src]
impl PartialEq<FloatIsNan> for FloatIsNan
[src]impl Copy for FloatIsNan
[src]
impl Eq for FloatIsNan
[src]
impl StructuralEq for FloatIsNan
[src]
impl StructuralPartialEq for FloatIsNan
[src]
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
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more
impl<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
[src]type Owned = T
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn to_owned(&self) -> T
[src]Creates owned data from borrowed data, usually by cloning. Read more
pub fn clone_into(&self, target: &mut T)
[src]
pub fn clone_into(&self, target: &mut T)
[src]🔬 This is a nightly-only experimental API. (toowned_clone_into
)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,