Struct serenity::model::AffectedComponent
[−]
[src]
pub struct AffectedComponent {
pub name: String,
}A component that was affected during a service incident.
This is pulled from the Discord status page.
Fields
name: String
Trait Implementations
impl Clone for AffectedComponent[src]
fn clone(&self) -> AffectedComponent[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