Struct elastic_types::date::ChronoFormat [] [src]

pub struct ChronoFormat;

Format for default chrono::DateTime.

Trait Implementations

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

impl PartialEq for ChronoFormat
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Debug for ChronoFormat
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for ChronoFormat
[src]

[src]

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

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 Copy for ChronoFormat
[src]

Auto Trait Implementations

impl Send for ChronoFormat

impl Sync for ChronoFormat