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