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
body: String
                           
                           
                           id: String
                           
                           
                           incident_id: String
                           
                           
                           status: String
                           
                           
                           affected_components: Vec<Value>
                           
                           
                           created_at: String
                           
                           
                           display_at: String
                           
                           
                           updated_at: String
                           Trait Implementations
impl Debug for IncidentUpdate[src]
impl Clone for IncidentUpdate[src]
fn clone(&self) -> IncidentUpdate
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more