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

pub struct BasicDateTime;

Format for basic_date_time.

Links

Trait Implementations

impl Copy for BasicDateTime
[src]

impl PartialEq<BasicDateTime> 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 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 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

impl Debug for BasicDateTime
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for BasicDateTime

impl Sync for BasicDateTime