pub struct PushFuture<'a, S: OutputSink + ?Sized> { /* private fields */ }Expand description
Concrete future behind [OutputSink::push]: the packet slot
OutputSink::poll_push drains. No heap.
Trait Implementations§
Source§impl<S: OutputSink + ?Sized> Future for PushFuture<'_, S>
impl<S: OutputSink + ?Sized> Future for PushFuture<'_, S>
Auto Trait Implementations§
impl<'a, S> !RefUnwindSafe for PushFuture<'a, S>
impl<'a, S> !UnwindSafe for PushFuture<'a, S>
impl<'a, S> Freeze for PushFuture<'a, S>
impl<'a, S> Send for PushFuture<'a, S>
impl<'a, S> Sync for PushFuture<'a, S>
impl<'a, S> Unpin for PushFuture<'a, S>
impl<'a, S> UnsafeUnpin for PushFuture<'a, S>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> ElementBound for Twhere
T: Send,
Source§impl<F> IntoFuture for Fwhere
F: Future,
impl<F> IntoFuture for Fwhere
F: Future,
Source§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