Struct serenity::model::Maintenance
[−]
[src]
pub struct Maintenance {
pub description: String,
pub id: String,
pub name: String,
pub start: String,
pub stop: String,
}A Discord status maintenance message. This can be either for active maintenances or for scheduled maintenances.
Fields
description: String
id: String
name: String
start: String
stop: String
Trait Implementations
impl Clone for Maintenance[src]
fn clone(&self) -> Maintenance[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