Struct discord::model::FriendSourceFlags
[−]
[src]
pub struct FriendSourceFlags {
pub all: bool,
pub mutual_friends: bool,
pub mutual_servers: bool,
}Flags for who may add this user as a friend.
Fields
all: bool
mutual_friends: bool
mutual_servers: bool
Trait Implementations
impl Debug for FriendSourceFlags[src]
impl Clone for FriendSourceFlags[src]
fn clone(&self) -> FriendSourceFlags
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