Enum serenity::model::misc::ChannelParseError[][src]

pub enum ChannelParseError {
    NotPresentInCache,
    InvalidChannel,
}

Variants

Trait Implementations

impl Debug for ChannelParseError
[src]

Formats the value using the given formatter. Read more

impl Display for ChannelParseError
[src]

Formats the value using the given formatter. Read more

impl StdError for ChannelParseError
[src]

This method is soft-deprecated. Read more

The lower-level cause of this error, if any. Read more

Auto Trait Implementations