Struct EitherResponseFuture
struct EitherResponseFuture<A, B> { ... }
Response future for Either.
Implementations
impl<'__pin, A, B> Unpin for EitherResponseFuture<A, B>
impl<A, B> Freeze for EitherResponseFuture<A, B>
impl<A, B> Future for EitherResponseFuture<A, B>
fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<<Self as >::Output>
impl<A, B> RefUnwindSafe for EitherResponseFuture<A, B>
impl<A, B> Send for EitherResponseFuture<A, B>
impl<A, B> Sync for EitherResponseFuture<A, B>
impl<A, B> UnsafeUnpin for EitherResponseFuture<A, B>
impl<A, B> UnwindSafe for EitherResponseFuture<A, B>
impl<F> IntoFuture for EitherResponseFuture<A, B>
fn into_future(self: Self) -> <F as IntoFuture>::IntoFuture
impl<F, T, E> TryFuture for EitherResponseFuture<A, B>
fn try_poll(self: Pin<&mut F>, cx: &mut Context<'_>) -> Poll<<F as Future>::Output>
impl<Fut> TryFutureExt for EitherResponseFuture<A, B>
impl<T> Any for EitherResponseFuture<A, B>
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for EitherResponseFuture<A, B>
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for EitherResponseFuture<A, B>
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> From for EitherResponseFuture<A, B>
fn from(t: T) -> TReturns the argument unchanged.
impl<T> FutureExt for EitherResponseFuture<A, B>
impl<T> Instrument for EitherResponseFuture<A, B>
impl<T> WithSubscriber for EitherResponseFuture<A, B>
impl<T, U> Into for EitherResponseFuture<A, B>
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 EitherResponseFuture<A, B>
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for EitherResponseFuture<A, B>
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>