Struct Flush
struct Flush<'a, Si: ?Sized, Item> { ... }
Future for the flush method.
Implementations
impl<'a, Si, Item> Freeze for Flush<'a, Si, Item>
impl<'a, Si, Item> RefUnwindSafe for Flush<'a, Si, Item>
impl<'a, Si, Item> Send for Flush<'a, Si, Item>
impl<'a, Si, Item> Sync for Flush<'a, Si, Item>
impl<'a, Si, Item> UnsafeUnpin for Flush<'a, Si, Item>
impl<'a, Si, Item> UnwindSafe for Flush<'a, Si, Item>
impl<'a, Si: $crate::fmt::Debug + ?Sized, Item: $crate::fmt::Debug> Debug for Flush<'a, Si, Item>
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl<F> IntoFuture for Flush<'a, Si, Item>
fn into_future(self: Self) -> <F as IntoFuture>::IntoFuture
impl<F, T, E> TryFuture for Flush<'a, Si, Item>
fn try_poll(self: Pin<&mut F>, cx: &mut Context<'_>) -> Poll<<F as Future>::Output>
impl<Fut> TryFutureExt for Flush<'a, Si, Item>
impl<Si: Sink<Item> + Unpin + ?Sized, Item> Future for Flush<'_, Si, Item>
fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<<Self as >::Output>
impl<Si: Unpin + ?Sized, Item> Unpin for Flush<'_, Si, Item>
impl<T> Any for Flush<'a, Si, Item>
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for Flush<'a, Si, Item>
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for Flush<'a, Si, Item>
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> From for Flush<'a, Si, Item>
fn from(t: T) -> TReturns the argument unchanged.
impl<T> FutureExt for Flush<'a, Si, Item>
impl<T, U> Into for Flush<'a, Si, Item>
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for Flush<'a, Si, Item>
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for Flush<'a, Si, Item>
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>