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

Methods

impl ServerPrune
[src]

Trait Implementations

impl Debug for ServerPrune
[src]

Formats the value using the given formatter.

impl Clone for ServerPrune
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more