pub struct MultiplexListener { /* private fields */ }
Implementations§
Source§impl MultiplexListener
impl MultiplexListener
pub fn new( now: Instant, local_address: SocketAddr, settings: ConnInitSettings, ) -> Self
pub fn handle_input(&mut self, now: Instant, input: Input) -> Action<'_>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MultiplexListener
impl RefUnwindSafe for MultiplexListener
impl Send for MultiplexListener
impl Sync for MultiplexListener
impl Unpin for MultiplexListener
impl UnwindSafe for MultiplexListener
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