Struct serenity::model::SuggestionReason [] [src]

pub struct SuggestionReason {
    pub name: String,
    pub platform: ConnectionType,
    pub kind: u64,
}

A reason that a User was suggested to be added as a friend.

Fields

The name of the user on the platform.

The platform that you and the user share.

The type of reason.

Trait Implementations

impl Clone for SuggestionReason
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SuggestionReason
[src]

Formats the value using the given formatter.