Struct netlink_sys::async_socket_ext::PollRecvFromFull
source · pub struct PollRecvFromFull<'a, S> { /* private fields */ }Trait Implementations§
source§impl<S> Future for PollRecvFromFull<'_, S>where
S: AsyncSocket,
impl<S> Future for PollRecvFromFull<'_, S>where S: AsyncSocket,
Auto Trait Implementations§
impl<'a, S> RefUnwindSafe for PollRecvFromFull<'a, S>where S: RefUnwindSafe,
impl<'a, S> Send for PollRecvFromFull<'a, S>where S: Send,
impl<'a, S> Sync for PollRecvFromFull<'a, S>where S: Sync,
impl<'a, S> Unpin for PollRecvFromFull<'a, S>
impl<'a, S> !UnwindSafe for PollRecvFromFull<'a, S>
Blanket Implementations§
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