Struct elastic::types::date::ParseError [] [src]

pub struct ParseError { /* fields omitted */ }

Represents an error encountered during parsing.

Trait Implementations

impl Error for ParseError
[src]

[src]

A short description of the error. Read more

[src]

The lower-level cause of this error, if any. Read more

impl Display for ParseError
[src]

[src]

Formats the value using the given formatter. Read more

impl From<ParseError> for ParseError
[src]

[src]

Performs the conversion.

impl From<String> for ParseError
[src]

[src]

Performs the conversion.

impl Debug for ParseError
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ParseError

impl Sync for ParseError