Struct serenity::model::Incident [] [src]

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

An incident retrieved from the Discord status page.

This is not necessarily a representation of an ongoing incident.

Fields

Trait Implementations

impl Clone for Incident
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Incident
[src]

[src]

Formats the value using the given formatter.