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