Enum uint::FromStrRadixErrKind [−][src]
#[non_exhaustive] pub enum FromStrRadixErrKind { InvalidCharacter, InvalidLength, UnsupportedRadix, }
A list of error categories encountered when parsing numbers.
Variants (Non-exhaustive)
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
A character in the input string is not valid for the given radix.
The input length is not valid for the given radix.
The given radix is not supported.
Trait Implementations
impl Clone for FromStrRadixErrKind
[src]
impl Clone for FromStrRadixErrKind
[src]fn clone(&self) -> FromStrRadixErrKind
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Hash for FromStrRadixErrKind
[src]
impl Hash for FromStrRadixErrKind
[src]