Struct resp_async::PeerContext[][src]

pub struct PeerContext<T> where
    T: Default
{ pub user_data: T, // some fields omitted }

Fields

Methods

impl<T> PeerContext<T> where
    T: Default
[src]

Trait Implementations

impl<T: Debug> Debug for PeerContext<T> where
    T: Default
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

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

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