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

Methods

impl FriendSourceFlags
[src]

Trait Implementations

impl Debug for FriendSourceFlags
[src]

Formats the value using the given formatter.

impl Clone for FriendSourceFlags
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more