Struct malachite_nz::integer::conversion::from_primitive_float::IntegerFromPrimitiveFloatError
source · pub struct IntegerFromPrimitiveFloatError;Trait Implementations§
source§impl Clone for IntegerFromPrimitiveFloatError
impl Clone for IntegerFromPrimitiveFloatError
source§fn clone(&self) -> IntegerFromPrimitiveFloatError
fn clone(&self) -> IntegerFromPrimitiveFloatError
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<IntegerFromPrimitiveFloatError> for IntegerFromPrimitiveFloatError
impl PartialEq<IntegerFromPrimitiveFloatError> for IntegerFromPrimitiveFloatError
source§fn eq(&self, other: &IntegerFromPrimitiveFloatError) -> bool
fn eq(&self, other: &IntegerFromPrimitiveFloatError) -> bool
This method tests for
self and other values to be equal, and is used
by ==.