Struct discord::model::Relationship [] [src]

pub struct Relationship {
    pub id: UserId,
    pub kind: RelationshipType,
    pub user: User,
}

Information on a friendship relationship this user has with another.

Fields

Methods

impl Relationship
[src]

Trait Implementations

impl Debug for Relationship
[src]

Formats the value using the given formatter.

impl Clone for Relationship
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more