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