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

Trait Implementations

impl Clone for AffectedComponent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for AffectedComponent
[src]

[src]

Formats the value using the given formatter.