Struct serenity::model::InviteChannel [] [src]

pub struct InviteChannel {
    pub id: ChannelId,
    pub name: String,
    pub kind: ChannelType,
}

A inimal information about the channel an invite points to.

Fields

Trait Implementations

impl Clone for InviteChannel
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for InviteChannel
[src]

[src]

Formats the value using the given formatter.