Struct hiirc::ChannelUser [] [src]

pub struct ChannelUser { /* fields omitted */ }

User inside a channel.

Note that the same person might be in many channels. In any case, there will be a ChannelUser object for each Channel the person is in.

Methods

impl ChannelUser
[src]

[src]

Get the nickname of the user.

[src]

Get the status of the user.

Trait Implementations

impl Debug for ChannelUser
[src]

[src]

Formats the value using the given formatter.