Struct discord::model::Invite [] [src]

pub struct Invite {
    pub code: String,
    pub server_id: ServerId,
    pub server_name: String,
    pub channel_type: ChannelType,
    pub channel_id: ChannelId,
    pub channel_name: String,
}

Information about an invite

Fields

Methods

impl Invite
[src]

Trait Implementations

impl Debug for Invite
[src]

Formats the value using the given formatter.

impl Clone for Invite
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more