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