Struct serenity::model::guild::GuildPrune [] [src]

pub struct GuildPrune {
    pub pruned: u64,
}

Representation of the number of members that would be pruned by a guild prune operation.

Fields

The number of members that would be pruned by the operation.

Trait Implementations

impl Clone for GuildPrune
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for GuildPrune
[src]

impl Debug for GuildPrune
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for GuildPrune

impl Sync for GuildPrune