Struct SendAll

struct SendAll<'a, Si, St> { ... }
where
    Si: ?Sized,
    St: ?Sized + TryStream

Future for the send_all method.

Implementations

impl<'a, Si, St> Freeze for SendAll<'a, Si, St>

impl<'a, Si, St> RefUnwindSafe for SendAll<'a, Si, St>

impl<'a, Si, St> Send for SendAll<'a, Si, St>

impl<'a, Si, St> Sync for SendAll<'a, Si, St>

impl<'a, Si, St> UnsafeUnpin for SendAll<'a, Si, St>

impl<'a, Si, St> UnwindSafe for SendAll<'a, Si, St>

impl<F> IntoFuture for SendAll<'a, Si, St>

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

impl<F, T, E> TryFuture for SendAll<'a, Si, St>

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

impl<Fut> TryFutureExt for SendAll<'a, Si, St>

impl<Si, St> Debug for SendAll<'_, Si, St>

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

impl<Si, St> Unpin for SendAll<'_, Si, St>

impl<Si, St, Ok, Error> Future for SendAll<'_, Si, St>

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

impl<T> Any for SendAll<'a, Si, St>

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for SendAll<'a, Si, St>

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

impl<T> BorrowMut for SendAll<'a, Si, St>

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

impl<T> From for SendAll<'a, Si, St>

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> FutureExt for SendAll<'a, Si, St>

impl<T, U> Into for SendAll<'a, Si, St>

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 SendAll<'a, Si, St>

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

impl<T, U> TryInto for SendAll<'a, Si, St>

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