Struct gapi_grpc::google::cloud::automl::v1beta1::timestamp_stats::GranularStats[][src]

pub struct GranularStats {
    pub buckets: HashMap<i32, i64>,
}

Stats split by a defined in context granularity.

Fields

buckets: HashMap<i32, i64>

A map from granularity key to example count for that key. E.g. for hour_of_day 13 means 1pm, or for month_of_year 5 means May).

Trait Implementations

impl Clone for GranularStats[src]

impl Debug for GranularStats[src]

impl Default for GranularStats[src]

impl Message for GranularStats[src]

impl PartialEq<GranularStats> for GranularStats[src]

impl StructuralPartialEq for GranularStats[src]

Auto Trait Implementations

impl RefUnwindSafe for GranularStats

impl Send for GranularStats

impl Sync for GranularStats

impl Unpin for GranularStats

impl UnwindSafe for GranularStats

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]