Struct dasi::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
mutual_friends
mutual_servers

Methods

impl FriendSourceFlags

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

Trait Implementations

Derived Implementations

impl Clone for FriendSourceFlags

fn clone(&self) -> FriendSourceFlags

1.0.0fn clone_from(&mut self, source: &Self)

impl Debug for FriendSourceFlags

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