Struct IntoMakeServiceFuture
pub struct IntoMakeServiceFuture<S> { /* private fields */ }
Response future for IntoMakeService.
Trait Implementations
impl<'__pin, S> Unpin for IntoMakeServiceFuture<S>
where
PinnedFieldsOf<__Origin<'__pin, S>>: Unpin,
impl<S> Debug for IntoMakeServiceFuture<S>
fn fmt(&self, f: &mut Formatter<'_>) -> Result
impl<S> Future for IntoMakeServiceFuture<S>
where
Ready<Result<S, Infallible>>: Future,
type Output = <Ready<Result<S, never>> as Future>::Output;fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output>
Auto Trait Implementations
impl<S> Freeze for IntoMakeServiceFuture<S>
where
Ready<Result<S, never>>: Freeze,
impl<S> RefUnwindSafe for IntoMakeServiceFuture<S>
where
Ready<Result<S, never>>: RefUnwindSafe,
impl<S> Send for IntoMakeServiceFuture<S>
where
Ready<Result<S, never>>: Send,
impl<S> Sync for IntoMakeServiceFuture<S>
where
Ready<Result<S, never>>: Sync,
impl<S> UnsafeUnpin for IntoMakeServiceFuture<S>
where
Ready<Result<S, never>>: UnsafeUnpin,
impl<S> UnwindSafe for IntoMakeServiceFuture<S>
where
Ready<Result<S, never>>: UnwindSafe,
Blanket Implementations
impl<F> IntoFuture for IntoMakeServiceFuture<S>
where
F: Future,
type Output = <F as Future>::Output;type IntoFuture = F;fn into_future(self) -> <F as IntoFuture>::IntoFuture
impl<F, T, E> TryFuture for IntoMakeServiceFuture<S>
where
F: Future<Output = Result<T, E>> + ?Sized,
type Ok = T;type Error = E;fn try_poll(self: Pin<&mut F>, cx: &mut Context<'_>) -> Poll<<F as Future>::Output>
impl<Fut> TryFutureExt for IntoMakeServiceFuture<S>
where
Fut: TryFuture + ?Sized,
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for IntoMakeServiceFuture<S>
where
ST: ?Sized,
DT: ?Sized,
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for IntoMakeServiceFuture<S>
where
ST: ?Sized,
DT: ?Sized,
impl<T> Any for IntoMakeServiceFuture<S>
where
T: 'static + ?Sized,
fn type_id(&self) -> TypeId
impl<T> Borrow<T> for IntoMakeServiceFuture<S>
where
T: ?Sized,
fn borrow(&self) -> &T
impl<T> BorrowMut<T> for IntoMakeServiceFuture<S>
where
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
impl<T> From<T> for IntoMakeServiceFuture<S>
fn from(t: T) -> TReturns the argument unchanged.
impl<T> FutureExt for IntoMakeServiceFuture<S>
where
T: Future + ?Sized,
impl<T> FutureExt for IntoMakeServiceFuture<S>
where
T: Future + ?Sized,
impl<T> Instrument for IntoMakeServiceFuture<S>
impl<T> Read<Exclusive, BecauseExclusive> for IntoMakeServiceFuture<S>
where
T: ?Sized,
impl<T> Same for IntoMakeServiceFuture<S>
type Output = T;
impl<T> WithSubscriber for IntoMakeServiceFuture<S>
impl<T, U> Into<U> for IntoMakeServiceFuture<S>
where
U: From<T>,
fn into(self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom<U> for IntoMakeServiceFuture<S>
where
U: Into<T>,
type Error = never;fn try_from(value: U) -> Result<T, never>
impl<T, U> TryInto<U> for IntoMakeServiceFuture<S>
where
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error;fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
impl<V, T> VZip<V> for IntoMakeServiceFuture<S>
where
V: MultiLane<T>,
fn vzip(self) -> V