Struct discord::model::ServerPrune
[−]
[src]
pub struct ServerPrune { pub pruned: u64, }
Representation of the number of member that would be pruned by a server prune operation.
Fields
pruned: u64
Trait Implementations
impl Debug for ServerPrune
[src]
impl Clone for ServerPrune
[src]
fn clone(&self) -> ServerPrune
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