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

Trait Implementations

impl Clone for GuildPrune
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GuildPrune
[src]

Formats the value using the given formatter.