Struct IntoServiceFuture
struct IntoServiceFuture<F> { ... }
The response future for IntoService.
Implementations
impl<'__pin, F> Unpin for IntoServiceFuture<F>
impl<F> Debug for IntoServiceFuture<F>
fn fmt(self: &Self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result
impl<F> Freeze for IntoServiceFuture<F>
impl<F> Future for IntoServiceFuture<F>
fn poll(self: std::pin::Pin<&mut Self>, cx: &mut std::task::Context<'_>) -> std::task::Poll<<Self as >::Output>
impl<F> IntoFuture for IntoServiceFuture<F>
fn into_future(self: Self) -> <F as IntoFuture>::IntoFuture
impl<F> RefUnwindSafe for IntoServiceFuture<F>
impl<F> Send for IntoServiceFuture<F>
impl<F> Sync for IntoServiceFuture<F>
impl<F> UnwindSafe for IntoServiceFuture<F>
impl<F, T, E> TryFuture for IntoServiceFuture<F>
fn try_poll(self: Pin<&mut F>, cx: &mut Context<'_>) -> Poll<<F as Future>::Output>
impl<Fut> TryFutureExt for IntoServiceFuture<F>
impl<T> Any for IntoServiceFuture<F>
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for IntoServiceFuture<F>
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for IntoServiceFuture<F>
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> From for IntoServiceFuture<F>
fn from(t: T) -> TReturns the argument unchanged.
impl<T> FutureExt for IntoServiceFuture<F>
impl<T> Instrument for IntoServiceFuture<F>
impl<T> Same for IntoServiceFuture<F>
impl<T> WithSubscriber for IntoServiceFuture<F>
impl<T, U> Into for IntoServiceFuture<F>
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 IntoServiceFuture<F>
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for IntoServiceFuture<F>
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>
impl<V, T> VZip for IntoServiceFuture<F>
fn vzip(self: Self) -> V