Struct IntoMakeServiceWithConnectInfo

struct IntoMakeServiceWithConnectInfo<S, C> { ... }

A MakeService created from a router.

See Router::into_make_service_with_connect_info for more details.

Implementations

impl<M, S, Target, Request> MakeService for IntoMakeServiceWithConnectInfo<S, C>

fn poll_ready(self: &mut Self, cx: &mut Context<'_>) -> Poll<Result<(), <M as MakeService<Target, Request>>::MakeError>>
fn make_service(self: &mut Self, target: Target) -> <M as MakeService<Target, Request>>::Future

impl<S, C> Clone for IntoMakeServiceWithConnectInfo<S, C>

fn clone(self: &Self) -> Self

impl<S, C> Debug for IntoMakeServiceWithConnectInfo<S, C>

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

impl<S, C> Freeze for IntoMakeServiceWithConnectInfo<S, C>

impl<S, C> RefUnwindSafe for IntoMakeServiceWithConnectInfo<S, C>

impl<S, C> Send for IntoMakeServiceWithConnectInfo<S, C>

impl<S, C> Sync for IntoMakeServiceWithConnectInfo<S, C>

impl<S, C> Unpin for IntoMakeServiceWithConnectInfo<S, C>

impl<S, C> UnwindSafe for IntoMakeServiceWithConnectInfo<S, C>

impl<S, C, T> Service for IntoMakeServiceWithConnectInfo<S, C>

fn poll_ready(self: &mut Self, _cx: &mut Context<'_>) -> Poll<Result<(), <Self as >::Error>>
fn call(self: &mut Self, target: T) -> <Self as >::Future

impl<S, R> ServiceExt for IntoMakeServiceWithConnectInfo<S, C>

fn into_make_service(self: Self) -> IntoMakeService<S>
fn into_make_service_with_connect_info<C>(self: Self) -> IntoMakeServiceWithConnectInfo<S, C>

impl<T> Any for IntoMakeServiceWithConnectInfo<S, C>

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for IntoMakeServiceWithConnectInfo<S, C>

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

impl<T> BorrowMut for IntoMakeServiceWithConnectInfo<S, C>

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

impl<T> CloneToUninit for IntoMakeServiceWithConnectInfo<S, C>

unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)

impl<T> From for IntoMakeServiceWithConnectInfo<S, C>

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> FromRef for IntoMakeServiceWithConnectInfo<S, C>

fn from_ref(input: &T) -> T

impl<T> Instrument for IntoMakeServiceWithConnectInfo<S, C>

impl<T> Same for IntoMakeServiceWithConnectInfo<S, C>

impl<T> ToOwned for IntoMakeServiceWithConnectInfo<S, C>

fn to_owned(self: &Self) -> T
fn clone_into(self: &Self, target: &mut T)

impl<T> WithSubscriber for IntoMakeServiceWithConnectInfo<S, C>

impl<T, Request> ServiceExt for IntoMakeServiceWithConnectInfo<S, C>

impl<T, U> Into for IntoMakeServiceWithConnectInfo<S, C>

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 IntoMakeServiceWithConnectInfo<S, C>

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

impl<T, U> TryInto for IntoMakeServiceWithConnectInfo<S, C>

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

impl<V, T> VZip for IntoMakeServiceWithConnectInfo<S, C>

fn vzip(self: Self) -> V