Struct ts3plugin::Invoker [] [src]

pub struct Invoker { /* fields omitted */ }

A struct for convenience. The invoker is maybe not visible to the user, but we can get events caused by him, so some information about him are passed along with his id.

Methods

impl Invoker
[src]

Get the connection id of this invoker.

Get the unique id of this invoker.

Get the name of this invoker.

Trait Implementations

impl Eq for Invoker
[src]

impl Clone for Invoker
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq<Invoker> for Invoker
[src]

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

This method tests for !=.