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
description: String
id: String
name: String
start: String
stop: String
Trait Implementations
impl Debug for Maintenance
[src]
impl Clone for Maintenance
[src]
fn clone(&self) -> Maintenance
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more