Enum dtparse::ParseInternalError [−][src]
pub enum ParseInternalError {
YMDEarlyResolve,
YMDValueUnset(Vec<YMDLabel>),
ParseIndexError,
InvalidDecimal,
InvalidInteger,
ValueError(String),
}Variants
YMDEarlyResolveYMDValueUnset(Vec<YMDLabel>)ParseIndexErrorInvalidDecimalInvalidIntegerValueError(String)
Trait Implementations
impl Debug for ParseInternalError[src]
impl Debug for ParseInternalErrorfn 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 ParseInternalError[src]
impl PartialEq for ParseInternalErrorfn eq(&self, other: &ParseInternalError) -> bool[src]
fn eq(&self, other: &ParseInternalError) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &ParseInternalError) -> bool[src]
fn ne(&self, other: &ParseInternalError) -> boolThis method tests for !=.
impl From<DecimalError> for ParseInternalError[src]
impl From<DecimalError> for ParseInternalErrorfn from(err: DecimalError) -> Self[src]
fn from(err: DecimalError) -> SelfPerforms the conversion.
impl From<ParseIntError> for ParseInternalError[src]
impl From<ParseIntError> for ParseInternalErrorfn from(err: ParseIntError) -> Self[src]
fn from(err: ParseIntError) -> SelfPerforms the conversion.
impl From<ParseInternalError> for ParseError[src]
impl From<ParseInternalError> for ParseErrorfn from(err: ParseInternalError) -> Self[src]
fn from(err: ParseInternalError) -> SelfPerforms the conversion.
Auto Trait Implementations
impl Send for ParseInternalError
impl Send for ParseInternalErrorimpl Sync for ParseInternalError
impl Sync for ParseInternalError