Type Definition elastic_types::date::ChronoDateTime [] [src]

type ChronoDateTime = DateTime<Utc>;

A re-export of the chrono::DateTime struct with Utc timezone.

Trait Implementations

impl PartialEq<DateValue> for ChronoDateTime
[src]

[src]

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

[src]

This method tests for !=.

impl<TFormat> PartialEq<FormattableDateValue<TFormat>> for ChronoDateTime
[src]

[src]

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

[src]

This method tests for !=.

impl DateFieldType<DefaultDateMapping<ChronoFormat>> for ChronoDateTime
[src]

impl<TMapping> PartialEq<Date<TMapping>> for ChronoDateTime where
    TMapping: DateMapping
[src]

[src]

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

[src]

This method tests for !=.