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

pub struct FriendSuggestionDeleteEvent {
    pub suggested_user_id: UserId,
}

Fields

Trait Implementations

impl Clone for FriendSuggestionDeleteEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for FriendSuggestionDeleteEvent
[src]

impl Debug for FriendSuggestionDeleteEvent
[src]

Formats the value using the given formatter.