Enum validators::ValidatedCustomizedNumberError [−][src]
pub enum ValidatedCustomizedNumberError {
RegexError(Error),
ParseError(String),
OutRange,
NotMatch,
UTF8Error(Utf8Error),
}Variants
RegexError(Error)ParseError(String)OutRangeNotMatchUTF8Error(Utf8Error)
Trait Implementations
impl Debug for ValidatedCustomizedNumberError[src]
impl Debug for ValidatedCustomizedNumberErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for ValidatedCustomizedNumberError[src]
impl PartialEq for ValidatedCustomizedNumberErrorfn eq(&self, other: &ValidatedCustomizedNumberError) -> bool[src]
fn eq(&self, other: &ValidatedCustomizedNumberError) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &ValidatedCustomizedNumberError) -> bool[src]
fn ne(&self, other: &ValidatedCustomizedNumberError) -> boolThis method tests for !=.
impl Clone for ValidatedCustomizedNumberError[src]
impl Clone for ValidatedCustomizedNumberErrorfn clone(&self) -> ValidatedCustomizedNumberError[src]
fn clone(&self) -> ValidatedCustomizedNumberErrorReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for ValidatedCustomizedNumberError
impl Send for ValidatedCustomizedNumberErrorimpl Sync for ValidatedCustomizedNumberError
impl Sync for ValidatedCustomizedNumberError