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