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