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