Struct ReadToEnd

struct ReadToEnd<'a, R: ?Sized> { ... }

Future for the read_to_end method.

Implementations

impl<'a, R> Freeze for ReadToEnd<'a, R>

impl<'a, R> RefUnwindSafe for ReadToEnd<'a, R>

impl<'a, R> Send for ReadToEnd<'a, R>

impl<'a, R> Sync for ReadToEnd<'a, R>

impl<'a, R> UnsafeUnpin for ReadToEnd<'a, R>

impl<'a, R> UnwindSafe for ReadToEnd<'a, R>

impl<'a, R: $crate::fmt::Debug + ?Sized> Debug for ReadToEnd<'a, R>

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

impl<A> Future for ReadToEnd<'_, A>

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

impl<F> IntoFuture for ReadToEnd<'a, R>

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

impl<F, T, E> TryFuture for ReadToEnd<'a, R>

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

impl<Fut> TryFutureExt for ReadToEnd<'a, R>

impl<R: ?Sized + Unpin> Unpin for ReadToEnd<'_, R>

impl<T> Any for ReadToEnd<'a, R>

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for ReadToEnd<'a, R>

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

impl<T> BorrowMut for ReadToEnd<'a, R>

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

impl<T> From for ReadToEnd<'a, R>

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> FutureExt for ReadToEnd<'a, R>

impl<T, U> Into for ReadToEnd<'a, R>

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 ReadToEnd<'a, R>

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

impl<T, U> TryInto for ReadToEnd<'a, R>

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