Struct discord_rpc_client::client::Client [] [src]

pub struct Client<T> where
    T: Connection, 
{ /* fields omitted */ }

Methods

impl<T> Client<T> where
    T: Connection, 
[src]

[src]

[src]

[src]

Trait Implementations

impl<T: Debug> Debug for Client<T> where
    T: Connection, 
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<T> Send for Client<T> where
    T: Send

impl<T> Sync for Client<T> where
    T: Sync