Struct hiirc::PrefixUser []

pub struct PrefixUser {
    pub nickname: String,
    pub username: String,
    pub hostname: String,
}

User prefix representation.

Fields

nickname: String

Nickname

username: String

Username

hostname: String

Hostname

Trait Implementations

impl PartialEq<PrefixUser> for PrefixUser

fn eq(&self, __arg_0: &PrefixUser) -> bool

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

fn ne(&self, __arg_0: &PrefixUser) -> bool

This method tests for !=.

impl Eq for PrefixUser

impl Debug for PrefixUser

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

Formats the value using the given formatter.

impl Clone for PrefixUser

fn clone(&self) -> PrefixUser

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more