Struct gapi_grpc::google::cloud::contactcenterinsights::v1::issue_model_label_stats::IssueStats[][src]

pub struct IssueStats {
    pub issue: String,
    pub labeled_conversations_count: i64,
}

Aggregated statistics about an issue.

Fields

issue: String

Issue resource. Format: projects/{project}/locations/{location}/issueModels/{issue_model}/issues/{issue}

labeled_conversations_count: i64

Number of conversations attached to the issue at this point in time.

Trait Implementations

impl Clone for IssueStats[src]

impl Debug for IssueStats[src]

impl Default for IssueStats[src]

impl Message for IssueStats[src]

impl PartialEq<IssueStats> for IssueStats[src]

impl StructuralPartialEq for IssueStats[src]

Auto Trait Implementations

impl RefUnwindSafe for IssueStats

impl Send for IssueStats

impl Sync for IssueStats

impl Unpin for IssueStats

impl UnwindSafe for IssueStats

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]