Struct tokio_util::net::ListenerAcceptFut
source · pub struct ListenerAcceptFut<'a, L> { /* private fields */ }
Expand description
Future for accepting a new connection from a listener.
Trait Implementations§
source§impl<'a, L: Debug> Debug for ListenerAcceptFut<'a, L>
impl<'a, L: Debug> Debug for ListenerAcceptFut<'a, L>
Auto Trait Implementations§
impl<'a, L> Freeze for ListenerAcceptFut<'a, L>
impl<'a, L> RefUnwindSafe for ListenerAcceptFut<'a, L>where
L: RefUnwindSafe,
impl<'a, L> Send for ListenerAcceptFut<'a, L>where
L: Send,
impl<'a, L> Sync for ListenerAcceptFut<'a, L>where
L: Sync,
impl<'a, L> Unpin for ListenerAcceptFut<'a, L>
impl<'a, L> !UnwindSafe for ListenerAcceptFut<'a, L>
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
source§impl<F> IntoFuture for Fwhere
F: Future,
impl<F> IntoFuture for Fwhere
F: Future,
§type IntoFuture = F
type IntoFuture = F
Which kind of future are we turning this into?
source§fn into_future(self) -> <F as IntoFuture>::IntoFuture
fn into_future(self) -> <F as IntoFuture>::IntoFuture
Creates a future from a value. Read more