[][src]Struct graph_rs_types::complextypes::AlertHistoryState

pub struct AlertHistoryState {
    pub app_id: String,
    pub assigned_to: String,
    pub comments: Vec<String>,
    pub feedback: AlertFeedback,
    pub status: AlertStatus,
    pub updated_date_time: String,
    pub user: String,
}

Fields

app_id: Stringassigned_to: Stringcomments: Vec<String>feedback: AlertFeedbackstatus: AlertStatusupdated_date_time: Stringuser: String

Trait Implementations

impl Eq for AlertHistoryState[src]

impl Clone for AlertHistoryState[src]

impl PartialEq<AlertHistoryState> for AlertHistoryState[src]

impl Debug for AlertHistoryState[src]

impl Serialize for AlertHistoryState[src]

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

Auto Trait Implementations

Blanket Implementations

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

type Owned = T

The resulting type after obtaining ownership.

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

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

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> BorrowMut<T> for T where
    T: ?Sized
[src]

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

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

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]