Enum ts3plugin::MessageReceiver [] [src]

pub enum MessageReceiver {
    Connection(ConnectionId),
    Channel,
    Server,
}

The possible receivers of a message. A message can be sent to a specific connection, to the current channel chat or to the server chat.

Variants

Trait Implementations

impl Clone for MessageReceiver
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more