Struct elastic_types::date::ChronoFormat []

pub struct ChronoFormat;

Format for default chrono::DateTime.

Trait Implementations

impl DateFormat for ChronoFormat

Parses a date string to a chrono::DateTime<Utc> result.

Formats a given chrono::DateTime<Utc> as a string.

The name of the format. Read more

impl PartialEq for ChronoFormat
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for ChronoFormat
[src]

Formats the value using the given formatter.

impl Default for ChronoFormat
[src]

Returns the "default value" for a type. Read more

impl Clone for ChronoFormat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ChronoFormat
[src]