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

pub enum Interval {
    Year,
    Quarter,
    Month,
    Week,
    Day,
    Hour,
    Minute,
    Second,
}

Variants

Trait Implementations

impl Debug for Interval
[src]

Formats the value using the given formatter.

impl Default for Interval
[src]

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

impl Serialize for Interval
[src]

Serializes this value into this serializer.