Struct Flush

struct Flush<'a, W: ?Sized> { ... }

Future for the flush method.

Implementations

impl<'a, W> Freeze for Flush<'a, W>

impl<'a, W> RefUnwindSafe for Flush<'a, W>

impl<'a, W> Send for Flush<'a, W>

impl<'a, W> Sync for Flush<'a, W>

impl<'a, W> UnsafeUnpin for Flush<'a, W>

impl<'a, W> UnwindSafe for Flush<'a, W>

impl<'a, W: $crate::fmt::Debug + ?Sized> Debug for Flush<'a, W>

fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result

impl<F> IntoFuture for Flush<'a, W>

fn into_future(self: Self) -> <F as IntoFuture>::IntoFuture

impl<F, T, E> TryFuture for Flush<'a, W>

fn try_poll(self: Pin<&mut F>, cx: &mut Context<'_>) -> Poll<<F as Future>::Output>

impl<Fut> TryFutureExt for Flush<'a, W>

impl<T> Any for Flush<'a, W>

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for Flush<'a, W>

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for Flush<'a, W>

fn borrow_mut(self: &mut Self) -> &mut T

impl<T> From for Flush<'a, W>

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> FutureExt for Flush<'a, W>

impl<T, U> Into for Flush<'a, W>

fn into(self: Self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom for Flush<'a, W>

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

impl<T, U> TryInto for Flush<'a, W>

fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>

impl<W> Future for Flush<'_, W>

fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<<Self as >::Output>

impl<W: ?Sized + Unpin> Unpin for Flush<'_, W>