Enum validators::ValidatedCustomizedStringError [−][src]
pub enum ValidatedCustomizedStringError {
RegexError(Error),
NotMatch,
}Variants
RegexError(Error)NotMatch
Trait Implementations
impl Debug for ValidatedCustomizedStringError[src]
impl Debug for ValidatedCustomizedStringErrorfn 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 ValidatedCustomizedStringError[src]
impl PartialEq for ValidatedCustomizedStringErrorfn eq(&self, other: &ValidatedCustomizedStringError) -> bool[src]
fn eq(&self, other: &ValidatedCustomizedStringError) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &ValidatedCustomizedStringError) -> bool[src]
fn ne(&self, other: &ValidatedCustomizedStringError) -> boolThis method tests for !=.
impl Clone for ValidatedCustomizedStringError[src]
impl Clone for ValidatedCustomizedStringErrorfn clone(&self) -> ValidatedCustomizedStringError[src]
fn clone(&self) -> ValidatedCustomizedStringErrorReturns 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 ValidatedCustomizedStringError
impl Send for ValidatedCustomizedStringErrorimpl Sync for ValidatedCustomizedStringError
impl Sync for ValidatedCustomizedStringError