Struct hiirc::ChannelUser [] [src]

pub struct ChannelUser {
    pub nickname: String,
    pub status: ChannelUserStatus,
}

Represents a user inside of a channel.

Fields

nickname: String

Nickname of the user.

status: ChannelUserStatus

Status of the user inside the channel.

Trait Implementations

impl Debug for ChannelUser
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.