Struct runa_io_traits::buf::FillBufUtil
source · pub struct FillBufUtil<'a, R: Unpin + ?Sized>(_, _);
Trait Implementations§
source§impl<'a, R: AsyncBufReadWithFd + Unpin> Future for FillBufUtil<'a, R>
impl<'a, R: AsyncBufReadWithFd + Unpin> Future for FillBufUtil<'a, R>
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§
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