pub struct Connection<P: Default + Send + Sync> { /* private fields */ }
Expand description
Represents a client connection.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<P> !Freeze for Connection<P>
impl<P> RefUnwindSafe for Connection<P>where
P: RefUnwindSafe,
impl<P> Send for Connection<P>
impl<P> Sync for Connection<P>
impl<P> Unpin for Connection<P>where
P: Unpin,
impl<P> UnwindSafe for Connection<P>where
P: UnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more