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

type ChronoDateTime = DateTime<Utc>;

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

Trait Implementations

impl PartialEq<DateValue> for ChronoDateTime
[src]

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

This method tests for !=.

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

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

This method tests for !=.

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

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

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

This method tests for !=.