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. |
pub enum Prefix { User(PrefixUser), Server(String), }
Prefix of the message.
User | Prefix is a user. | |
Server | Prefix is a server. |
impl PartialEq for Prefix
impl Eq for Prefix
impl Debug for Prefix
impl Clone for Prefix
fn clone(&self) -> Prefix
fn clone_from(&mut self, source: &Self)