Struct ts3plugin::Connection [] [src]

pub struct Connection { /* fields omitted */ }

Methods

impl Connection
[src]

impl Connection
[src]

Send a private message to this connection.

Trait Implementations

impl Clone for Connection
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq<Connection> for Connection
[src]

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

This method tests for !=.

impl Eq for Connection
[src]