Struct elastic::types::prelude::ChronoFormat [] [src]

pub struct ChronoFormat;

Format for default chrono::DateTime.

Trait Implementations

impl Copy for ChronoFormat
[src]

impl Clone for ChronoFormat
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq<ChronoFormat> for ChronoFormat
[src]

[src]

impl Debug for ChronoFormat
[src]

[src]

Formats the value using the given formatter.

impl Default for ChronoFormat
[src]

[src]

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

impl DateFormat for ChronoFormat
[src]

[src]

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

[src]

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

[src]

The name of the format. Read more