pub struct NaN;
Expand description
Represents the terminal symbol NaN
Trait Implementations§
Source§impl Ord for NaN
impl Ord for NaN
Source§impl PartialOrd for NaN
impl PartialOrd for NaN
impl Copy for NaN
impl Eq for NaN
impl StructuralPartialEq for NaN
Auto Trait Implementations§
impl Freeze for NaN
impl RefUnwindSafe for NaN
impl Send for NaN
impl Sync for NaN
impl Unpin for NaN
impl UnwindSafe for NaN
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