pub struct TryFromIntError(/* private fields */);Expand description
The error type returned when a checked integral type conversion fails.
Trait Implementations§
1.34.0 · Source§impl Clone for TryFromIntError
impl Clone for TryFromIntError
Source§fn clone(&self) -> TryFromIntError
fn clone(&self) -> TryFromIntError
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)where
Self:,
fn clone_from(&mut self, source: &Self)where
Self:,
Performs copy-assignment from
source. Read more