Struct ts3plugin::Server [] [src]

pub struct Server { /* fields omitted */ }

Methods

impl Server
[src]

impl Server
[src]

Get the ids of all visible connections on this server.

Get the ids of all channels on this server.

Get the connection on this server that has the specified id, returns None if there is no such connection.

Get the mutable connection on this server that has the specified id, returns None if there is no such connection.

Get the channel on this server that has the specified id, returns None if there is no such channel.

Get the mutable channel on this server that has the specified id, returns None if there is no such channel.

Send a message to the server chat.

Print a message into the server or channel tab of this server. This is only visible in the window of this client and will not be sent to the server.

Trait Implementations

impl Clone for Server
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq<Server> for Server
[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 Server
[src]