pub struct NanError;Expand description
Error type that indicates a NaN was used to attempt to create FloatingPointComponents.
Trait Implementations§
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