Struct loirc::PrefixUser [] [src]

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

User prefix representation.

Fields

nickname

Nickname

username

Username

hostname

Hostname

Trait Implementations

Derived Implementations

impl PartialEq for PrefixUser

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

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

impl Eq for PrefixUser

impl Debug for PrefixUser

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

impl Clone for PrefixUser

fn clone(&self) -> PrefixUser

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