[][src]Struct camunda_client::models::incident_statistics_result_dto::IncidentStatisticsResultDto

pub struct IncidentStatisticsResultDto {
    pub incident_type: Option<String>,
    pub incident_count: Option<i32>,
}

Fields

incident_type: Option<String>

The type of the incident the number of incidents is aggregated for. See the User Guide for a list of incident types.

incident_count: Option<i32>

The total number of incidents for the corresponding incident type.

Implementations

impl IncidentStatisticsResultDto[src]

Trait Implementations

impl Clone for IncidentStatisticsResultDto[src]

impl Debug for IncidentStatisticsResultDto[src]

impl<'de> Deserialize<'de> for IncidentStatisticsResultDto[src]

impl PartialEq<IncidentStatisticsResultDto> for IncidentStatisticsResultDto[src]

impl Serialize for IncidentStatisticsResultDto[src]

impl StructuralPartialEq for IncidentStatisticsResultDto[src]

Auto Trait Implementations

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> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

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

impl<T, U> Into<U> for T where
    U: From<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<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

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