Enum hiirc::ChannelUserStatus [] [src]

pub enum ChannelUserStatus {
    Normal,
    Voice,
    HalfOperator,
    Operator,
    Owner,
}

Status of a user inside a channel.

Variants

User has special status.

User has voice status.

User has half operator status.

User has operator status.

User has owner status.

Trait Implementations

impl Clone for ChannelUserStatus
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ChannelUserStatus
[src]

impl Debug for ChannelUserStatus
[src]

[src]

Formats the value using the given formatter.

impl Eq for ChannelUserStatus
[src]

impl PartialEq for ChannelUserStatus
[src]

[src]

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

1.0.0
[src]

This method tests for !=.