Struct discord::model::Incident [] [src]

pub struct Incident {
    pub id: String,
    pub impact: String,
    pub monitoring_at: Option<String>,
    pub name: String,
    pub page_id: String,
    pub short_link: String,
    pub status: String,
    pub incident_updates: Vec<IncidentUpdate>,
    pub created_at: String,
    pub resolved_at: Option<String>,
    pub updated_at: String,
}

An incident retrieved from the Discord status page.

Fields

Methods

impl Incident
[src]

Trait Implementations

impl Debug for Incident
[src]

Formats the value using the given formatter.

impl Clone for Incident
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more