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

pub struct BasicDateTime;

Format for basic_date_time.

Links

Trait Implementations

impl Copy for BasicDateTime
[src]

impl Clone for BasicDateTime
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq<BasicDateTime> for BasicDateTime
[src]

[src]

impl Debug for BasicDateTime
[src]

[src]

Formats the value using the given formatter.

impl Default for BasicDateTime
[src]

[src]

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

impl DateFormat for BasicDateTime
[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