Struct elastic::types::prelude::FormattedDate [] [src]

pub struct FormattedDate<'a> { /* fields omitted */ }

A formatted date.

This type can avoid allocating strings for date formats.

Trait Implementations

impl<'a> Display for FormattedDate<'a>
[src]

[src]

Formats the value using the given formatter. Read more

impl<'a> From<DelayedFormat<IntoIter<Item<'a>>>> for FormattedDate<'a>
[src]

[src]

Performs the conversion.

impl<'a> From<i64> for FormattedDate<'a>
[src]

[src]

Performs the conversion.

impl<'a> From<String> for FormattedDate<'a>
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl<'a> Send for FormattedDate<'a>

impl<'a> Sync for FormattedDate<'a>