[−][src]Struct mbus_api::context::MakeAddContext
Implementations
impl<T, A, B, C, D> MakeAddContext<T, A> where
A: Default + Push<XSpanIdString, Result = B>,
B: Push<Option<AuthData>, Result = C>,
C: Push<Option<Authorization>, Result = D>, [src]
A: Default + Push<XSpanIdString, Result = B>,
B: Push<Option<AuthData>, Result = C>,
C: Push<Option<Authorization>, Result = D>,
pub fn new(inner: T) -> MakeAddContext<T, A>[src]
Trait Implementations
impl<Target, T, A, B, C, D> Service<Target> for MakeAddContext<T, A> where
Target: Send,
A: Default + Push<XSpanIdString, Result = B> + Send,
B: Push<Option<AuthData>, Result = C>,
C: Push<Option<Authorization>, Result = D>,
D: Send + 'static,
T: Service<Target> + Send,
T::Future: Send + 'static, [src]
Target: Send,
A: Default + Push<XSpanIdString, Result = B> + Send,
B: Push<Option<AuthData>, Result = C>,
C: Push<Option<Authorization>, Result = D>,
D: Send + 'static,
T: Service<Target> + Send,
T::Future: Send + 'static,
type Error = T::Error
Errors produced by the service.
type Response = AddContext<T::Response, A, B, C, D>
Responses given by the service.
type Future = BoxFuture<'static, Result<Self::Response, Self::Error>>
The future response value.
fn poll_ready(&mut self, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>>[src]
fn call(&mut self, target: Target) -> Self::Future[src]
Auto Trait Implementations
impl<T, A> RefUnwindSafe for MakeAddContext<T, A> where
A: RefUnwindSafe,
T: RefUnwindSafe,
A: RefUnwindSafe,
T: RefUnwindSafe,
impl<T, A> Send for MakeAddContext<T, A> where
A: Send,
T: Send,
A: Send,
T: Send,
impl<T, A> Sync for MakeAddContext<T, A> where
A: Sync,
T: Sync,
A: Sync,
T: Sync,
impl<T, A> Unpin for MakeAddContext<T, A> where
A: Unpin,
T: Unpin,
A: Unpin,
T: Unpin,
impl<T, A> UnwindSafe for MakeAddContext<T, A> where
A: UnwindSafe,
T: UnwindSafe,
A: UnwindSafe,
T: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T, S, F, Target, ReqBody, ResBody, Error, MakeError> CompositedMakeService<Target, ReqBody, ResBody, Error, MakeError> for T where
F: Future<Output = Result<S, MakeError>> + Send + 'static,
S: CompositedService<ReqBody, ResBody, Error> + Send + 'static,
T: Service<Target, Response = S, Future = F, Error = MakeError> + Send,
Target: Send, [src]
F: Future<Output = Result<S, MakeError>> + Send + 'static,
S: CompositedService<ReqBody, ResBody, Error> + Send + 'static,
T: Service<Target, Response = S, Future = F, Error = MakeError> + Send,
Target: Send,
pub fn poll_ready(
&mut self,
cx: &mut Context<'_>
) -> Poll<Result<(), MakeError>>[src]
&mut self,
cx: &mut Context<'_>
) -> Poll<Result<(), MakeError>>
pub fn call(
&mut self,
target: Target
) -> Pin<Box<dyn Future<Output = Result<Box<dyn CompositedService<ReqBody, ResBody, Error> + 'static + Send>, MakeError>> + 'static + Send>>[src]
&mut self,
target: Target
) -> Pin<Box<dyn Future<Output = Result<Box<dyn CompositedService<ReqBody, ResBody, Error> + 'static + Send>, MakeError>> + 'static + Send>>
impl<T> From<T> for T[src]
impl<T> Instrument for T[src]
fn instrument(self, span: Span) -> Instrumented<Self>[src]
fn in_current_span(self) -> Instrumented<Self>[src]
impl<T> Instrument for T[src]
fn instrument(self, span: Span) -> Instrumented<Self>[src]
fn in_current_span(self) -> Instrumented<Self>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,