Struct WriteAll
struct WriteAll<'a, W: ?Sized> { ... }
Future for the write_all method.
Implementations
impl<'a, W> Freeze for WriteAll<'a, W>
impl<'a, W> RefUnwindSafe for WriteAll<'a, W>
impl<'a, W> Send for WriteAll<'a, W>
impl<'a, W> Sync for WriteAll<'a, W>
impl<'a, W> UnsafeUnpin for WriteAll<'a, W>
impl<'a, W> UnwindSafe for WriteAll<'a, W>
impl<'a, W: $crate::fmt::Debug + ?Sized> Debug for WriteAll<'a, W>
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl<F> IntoFuture for WriteAll<'a, W>
fn into_future(self: Self) -> <F as IntoFuture>::IntoFuture
impl<F, T, E> TryFuture for WriteAll<'a, W>
fn try_poll(self: Pin<&mut F>, cx: &mut Context<'_>) -> Poll<<F as Future>::Output>
impl<Fut> TryFutureExt for WriteAll<'a, W>
impl<T> Any for WriteAll<'a, W>
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for WriteAll<'a, W>
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for WriteAll<'a, W>
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> From for WriteAll<'a, W>
fn from(t: T) -> TReturns the argument unchanged.
impl<T> FutureExt for WriteAll<'a, W>
impl<T, U> Into for WriteAll<'a, W>
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 WriteAll<'a, W>
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for WriteAll<'a, W>
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>
impl<W: ?Sized + Unpin> Unpin for WriteAll<'_, W>
impl<W: AsyncWrite + ?Sized + Unpin> Future for WriteAll<'_, W>
fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<()>>