Struct discord::model::IncidentUpdate [] [src]

pub struct IncidentUpdate {
    pub body: String,
    pub id: String,
    pub incident_id: String,
    pub status: String,
    pub affected_components: Vec<Value>,
    pub created_at: String,
    pub display_at: String,
    pub updated_at: String,
}

An update to an incident from the Discord status page. This will typically state what new information has been discovered about an incident.

Fields

Methods

impl IncidentUpdate
[src]

Trait Implementations

impl Debug for IncidentUpdate
[src]

Formats the value using the given formatter.

impl Clone for IncidentUpdate
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more