Struct serenity::model::event::FriendSuggestionCreateEvent [] [src]

pub struct FriendSuggestionCreateEvent {
    pub reasons: Vec<SuggestionReason>,
    pub suggested_user: User,
}

Fields

Trait Implementations

impl Clone for FriendSuggestionCreateEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FriendSuggestionCreateEvent
[src]

Formats the value using the given formatter.