Enum loirc::Prefix [] [src]

pub enum Prefix {
    User(PrefixUser),
    Server(String),
}

Prefix of the message.

Variants

User

Prefix is a user.

Server

Prefix is a server.

Trait Implementations

Derived Implementations

impl PartialEq for Prefix

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

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

impl Eq for Prefix

impl Debug for Prefix

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

impl Clone for Prefix

fn clone(&self) -> Prefix

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