Struct malachite_nz::integer::conversion::primitive_float_from_integer::PrimitiveFloatFromIntegerError
source · pub struct PrimitiveFloatFromIntegerError;Trait Implementations§
source§impl Clone for PrimitiveFloatFromIntegerError
impl Clone for PrimitiveFloatFromIntegerError
source§fn clone(&self) -> PrimitiveFloatFromIntegerError
fn clone(&self) -> PrimitiveFloatFromIntegerError
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl PartialEq<PrimitiveFloatFromIntegerError> for PrimitiveFloatFromIntegerError
impl PartialEq<PrimitiveFloatFromIntegerError> for PrimitiveFloatFromIntegerError
source§fn eq(&self, other: &PrimitiveFloatFromIntegerError) -> bool
fn eq(&self, other: &PrimitiveFloatFromIntegerError) -> bool
This method tests for
self and other values to be equal, and is used
by ==.