pub struct SinkDriver<S, A> { /* private fields */ }Trait Implementations§
Source§impl<'a, S, A> Driver<'a> for SinkDriver<S, A>
impl<'a, S, A> Driver<'a> for SinkDriver<S, A>
Source§fn poll(
self: Pin<&mut Self>,
args: &mut Unstructured<'a>,
) -> Result<Poll<ControlFlow<()>>>
fn poll( self: Pin<&mut Self>, args: &mut Unstructured<'a>, ) -> Result<Poll<ControlFlow<()>>>
Drive the leaf future to make progress. Read more
impl<'__pin, S, A> Unpin for SinkDriver<S, A>where
PinnedFieldsOf<__Origin<'__pin, S, A>>: Unpin,
Auto Trait Implementations§
impl<S, A> Freeze for SinkDriver<S, A>where
S: Freeze,
impl<S, A> RefUnwindSafe for SinkDriver<S, A>where
S: RefUnwindSafe,
A: RefUnwindSafe,
impl<S, A> Send for SinkDriver<S, A>
impl<S, A> Sync for SinkDriver<S, A>
impl<S, A> UnsafeUnpin for SinkDriver<S, A>where
S: UnsafeUnpin,
impl<S, A> UnwindSafe for SinkDriver<S, A>where
S: UnwindSafe,
A: UnwindSafe,
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