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

Methods

impl ServerPrune
[src]

fn decode(value: Value) -> Result<ServerPrune>

Trait Implementations

Derived Implementations

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

impl Debug for ServerPrune
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.