pub struct NanError;Expand description
The error produced when NaN is encountered.
Trait Implementations§
impl Copy for NanError
Auto Trait Implementations§
impl Freeze for NanError
impl RefUnwindSafe for NanError
impl Send for NanError
impl Sync for NanError
impl Unpin for NanError
impl UnwindSafe for NanError
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