Struct elastic_types::date::BasicDateTime [] [src]

pub struct BasicDateTime;

Format for basic_date_time.

Links

Trait Implementations

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

impl PartialEq for BasicDateTime
[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 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 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 Copy for BasicDateTime
[src]