Struct gapi_grpc::google::cloud::talent::v4beta1::HistogramQueryResult[][src]

pub struct HistogramQueryResult {
    pub histogram_query: String,
    pub histogram: HashMap<String, i64>,
}

Histogram result that matches [HistogramQuery][google.cloud.talent.v4beta1.HistogramQuery] specified in searches.

Fields

histogram_query: String

Requested histogram expression.

histogram: HashMap<String, i64>

A map from the values of the facet associated with distinct values to the number of matching entries with corresponding value.

The key format is:

Trait Implementations

impl Clone for HistogramQueryResult[src]

impl Debug for HistogramQueryResult[src]

impl Default for HistogramQueryResult[src]

impl Message for HistogramQueryResult[src]

impl PartialEq<HistogramQueryResult> for HistogramQueryResult[src]

impl StructuralPartialEq for HistogramQueryResult[src]

Auto Trait Implementations

impl RefUnwindSafe for HistogramQueryResult

impl Send for HistogramQueryResult

impl Sync for HistogramQueryResult

impl Unpin for HistogramQueryResult

impl UnwindSafe for HistogramQueryResult

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]