pub struct ConnectionManager { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Manager for ConnectionManager
impl Manager for ConnectionManager
type ReaderWriter = ConnectionReaderWriter
fn accept_new_connection( &mut self, ) -> Connection<ConnectionReader, ConnectionWriter>
Auto Trait Implementations§
impl Freeze for ConnectionManager
impl RefUnwindSafe for ConnectionManager
impl Send for ConnectionManager
impl Sync for ConnectionManager
impl Unpin for ConnectionManager
impl UnwindSafe for ConnectionManager
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