pub struct ConnectionActor { /* private fields */ }
Expand description
The ConnectionActor
contains the main loop for handling incoming
& outgoing messages for a Client.
This type implements IntoFuture
and should usually be spawned
with an async runtime.
Trait Implementations§
Source§impl IntoFuture for ConnectionActor
impl IntoFuture for ConnectionActor
Auto Trait Implementations§
impl Freeze for ConnectionActor
impl !RefUnwindSafe for ConnectionActor
impl Send for ConnectionActor
impl !Sync for ConnectionActor
impl !Unpin for ConnectionActor
impl !UnwindSafe for ConnectionActor
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