Struct runa_io::traits::buf::FillBufUtil
pub struct FillBufUtil<'a, R>(_, _)
where
R: Unpin + ?Sized;
Trait Implementations§
§impl<'a, R> Future for FillBufUtil<'a, R>where
R: AsyncBufReadWithFd + Unpin,
impl<'a, R> Future for FillBufUtil<'a, R>where R: AsyncBufReadWithFd + Unpin,
§fn poll(
self: Pin<&mut FillBufUtil<'a, R>>,
cx: &mut Context<'_>
) -> Poll<<FillBufUtil<'a, R> as Future>::Output>
fn poll( self: Pin<&mut FillBufUtil<'a, R>>, cx: &mut Context<'_> ) -> Poll<<FillBufUtil<'a, R> as Future>::Output>
Attempt to resolve the future to a final value, registering
the current task for wakeup if the value is not yet available. Read more
Auto Trait Implementations§
impl<'a, R: ?Sized> RefUnwindSafe for FillBufUtil<'a, R>where R: RefUnwindSafe,
impl<'a, R: ?Sized> Send for FillBufUtil<'a, R>where R: Send,
impl<'a, R: ?Sized> Sync for FillBufUtil<'a, R>where R: Sync,
impl<'a, R: ?Sized> Unpin for FillBufUtil<'a, R>
impl<'a, R> !UnwindSafe for FillBufUtil<'a, R>
Blanket Implementations§
§impl<F> FutureExt for Fwhere
F: Future + ?Sized,
impl<F> FutureExt for Fwhere F: Future + ?Sized,
§fn catch_unwind(self) -> CatchUnwind<Self>where
Self: Sized + UnwindSafe,
fn catch_unwind(self) -> CatchUnwind<Self>where Self: Sized + UnwindSafe,
Catches panics while polling the future. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
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