Struct elastic_types::date::prelude::BasicDateTime []

pub struct BasicDateTime;

Format for basic_date_time.

Links

Trait Implementations

impl DateFormat for BasicDateTime

Parses a date string to a chrono::DateTime<Utc> result.

Formats a given chrono::DateTime<Utc> as a string.

The name of the format. Read more

impl PartialEq for BasicDateTime
[src]

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

This method tests for !=.

impl Debug for BasicDateTime
[src]

Formats the value using the given formatter.

impl Default for BasicDateTime
[src]

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

impl Clone for BasicDateTime
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for BasicDateTime
[src]