Enum loirc::Prefix [] [src]

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

Prefix of the message.

Variants

Prefix is a user.

Prefix is a server.

Trait Implementations

impl Clone for Prefix
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Prefix
[src]

Formats the value using the given formatter.

impl Eq for Prefix
[src]

impl PartialEq for Prefix
[src]

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

This method tests for !=.