enum FloatConstructorError {
Nan,
NegOverflow,
PosOverflow,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FloatConstructorError
impl RefUnwindSafe for FloatConstructorError
impl Send for FloatConstructorError
impl Sync for FloatConstructorError
impl Unpin for FloatConstructorError
impl UnsafeUnpin for FloatConstructorError
impl UnwindSafe for FloatConstructorError
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