Enum ts3plugin_sys::public_definitions::ReasonIdentifier [] [src]

#[repr(C)]
pub enum ReasonIdentifier { None, Moved, Subscription, LostConnection, KickChannel, KickServer, KickServerBan, Serverstop, Clientdisconnect, Channelupdate, Channeledit, ClientdisconnectServerShutdown, }

Variants

No reason data

{SectionInvoker}

No reason data

reasonmsg = reason

{SectionInvoker} reasonmsg=reason; {SectionInvoker} is only added server->client

{SectionInvoker} reasonmsg=reason; {SectionInvoker} is only added server->client

{SectionInvoker} reasonmsg=reason bantime=time; {SectionInvoker} is only added server->client

reasonmsg = reason

reasonmsg = reason

No reason data

{SectionInvoker}

reasonmsg = reason

Trait Implementations

impl Debug for ReasonIdentifier
[src]

Formats the value using the given formatter.

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

impl Clone for ReasonIdentifier
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ReasonIdentifier
[src]