Struct discord::model::Ban
[−]
[src]
pub struct Ban { /* fields omitted */ }
A banning of a user
Trait Implementations
impl Debug for Ban
[src]
impl Clone for Ban
[src]
fn clone(&self) -> Ban
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