Enum rs_es::operations::search::aggregations::bucket::TimeZone [] [src]

pub enum TimeZone<'a> {
    Offset(u64),
    Str(&'a str),
}

Date histogram and related fields

Variants

Trait Implementations

impl<'a> Debug for TimeZone<'a>
[src]

Formats the value using the given formatter.

impl<'a> Serialize for TimeZone<'a>
[src]

Serializes this value into this serializer.

impl<'a> From<&'a str> for TimeZone<'a>
[src]

Performs the conversion.

impl<'a> From<u64> for TimeZone<'a>
[src]

Performs the conversion.