Enum discord::model::Channel [] [src]

pub enum Channel {
    Group(Group),
    Private(PrivateChannel),
    Public(PublicChannel),
}

A private or public channel

Variants

A group channel separate from a server

Text channel to another user

Voice or text channel within a server

Methods

impl Channel
[src]

Trait Implementations

impl Debug for Channel
[src]

Formats the value using the given formatter.

impl Clone for Channel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more