Enum irc::proto::caps::Capability [] [src]

pub enum Capability {
    MultiPrefix,
    Sasl,
    AccountNotify,
    AwayNotify,
    ExtendedJoin,
    Metadata,
    MetadataNotify,
    Monitor,
    AccountTag,
    Batch,
    CapNotify,
    ChgHost,
    EchoMessage,
    InviteNotify,
    ServerTime,
    UserhostInNames,
    Custom(&'static str),
}

List of all supported IRCv3 capability extensions from the IRCv3 specifications.

Variants

Custom IRCv3 capability extensions

Trait Implementations

impl Debug for Capability
[src]

Formats the value using the given formatter.

impl PartialEq for Capability
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl AsRef<str> for Capability
[src]

Performs the conversion.