Struct discord::model::Maintenance [] [src]

pub struct Maintenance {
    pub description: String,
    pub id: String,
    pub name: String,
    pub start: String,
    pub stop: String,
}

Discord status maintenance message.

This can be either for active maintenances or scheduled maintenances.

Fields

Methods

impl Maintenance
[src]

Trait Implementations

impl Debug for Maintenance
[src]

Formats the value using the given formatter.

impl Clone for Maintenance
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more