Enum validators::ValidatedCustomizedVecError [−][src]
pub enum ValidatedCustomizedVecError {
Overflow,
Underflow,
NotSupport,
UTF8Error(Utf8Error),
}Variants
OverflowUnderflowNotSupportUTF8Error(Utf8Error)
Trait Implementations
impl Debug for ValidatedCustomizedVecError[src]
impl Debug for ValidatedCustomizedVecErrorfn 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 ValidatedCustomizedVecError[src]
impl PartialEq for ValidatedCustomizedVecErrorfn eq(&self, other: &ValidatedCustomizedVecError) -> bool[src]
fn eq(&self, other: &ValidatedCustomizedVecError) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &ValidatedCustomizedVecError) -> bool[src]
fn ne(&self, other: &ValidatedCustomizedVecError) -> boolThis method tests for !=.
impl Clone for ValidatedCustomizedVecError[src]
impl Clone for ValidatedCustomizedVecErrorfn clone(&self) -> ValidatedCustomizedVecError[src]
fn clone(&self) -> ValidatedCustomizedVecErrorReturns 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
impl Display for ValidatedCustomizedVecError[src]
impl Display for ValidatedCustomizedVecErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Error for ValidatedCustomizedVecError[src]
impl Error for ValidatedCustomizedVecErrorAuto Trait Implementations
impl Send for ValidatedCustomizedVecError
impl Send for ValidatedCustomizedVecErrorimpl Sync for ValidatedCustomizedVecError
impl Sync for ValidatedCustomizedVecError