Struct tokio_hglib::ClientAux[][src]

pub struct ClientAux<C> where
    C: Connection
{ /* fields omitted */ }

Miscellaneous data to be attached to Client.

Trait Implementations

impl<C: Debug> Debug for ClientAux<C> where
    C: Connection,
    C::Aux: Debug
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<C> Send for ClientAux<C> where
    <C as Connection>::Aux: Send

impl<C> Sync for ClientAux<C> where
    <C as Connection>::Aux: Sync