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