Struct apollo_framework::server::Connection [−][src]
Represents a client connection.
Implementations
impl<P: Default + Send + Sync> Connection<P>
[src]
impl<P: Default + Send + Sync> Connection<P>
[src]Trait Implementations
Auto Trait Implementations
impl<P> RefUnwindSafe for Connection<P> where
P: RefUnwindSafe,
P: RefUnwindSafe,
impl<P> Send for Connection<P>
impl<P> Sync for Connection<P>
impl<P> Unpin for Connection<P> where
P: Unpin,
P: Unpin,
impl<P> UnwindSafe for Connection<P> where
P: UnwindSafe,
P: UnwindSafe,