[−][src]Struct mbus_api::context::AddContext
Middleware to add context data from the request
Implementations
impl<T, A, B, C, D> AddContext<T, A, B, C, D> 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>,
Trait Implementations
impl<T, A, B, C, D, ReqBody> Service<Request<ReqBody>> for AddContext<T, A, B, C, D> where
A: Default + Push<XSpanIdString, Result = B>,
B: Push<Option<AuthData>, Result = C>,
C: Push<Option<Authorization>, Result = D>,
D: Send + 'static,
T: Service<(Request<ReqBody>, D)>, [src]
A: Default + Push<XSpanIdString, Result = B>,
B: Push<Option<AuthData>, Result = C>,
C: Push<Option<Authorization>, Result = D>,
D: Send + 'static,
T: Service<(Request<ReqBody>, D)>,
type Error = T::Error
Errors produced by the service.
type Future = T::Future
The future response value.
type Response = T::Response
Responses given by the service.
fn poll_ready(&mut self, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>>[src]
fn call(&mut self, request: Request<ReqBody>) -> Self::Future[src]
Auto Trait Implementations
impl<T, A, B, C, D> RefUnwindSafe for AddContext<T, A, B, C, D> where
A: RefUnwindSafe,
T: RefUnwindSafe,
A: RefUnwindSafe,
T: RefUnwindSafe,
impl<T, A, B, C, D> Send for AddContext<T, A, B, C, D> where
A: Send,
T: Send,
A: Send,
T: Send,
impl<T, A, B, C, D> Sync for AddContext<T, A, B, C, D> where
A: Sync,
T: Sync,
A: Sync,
T: Sync,
impl<T, A, B, C, D> Unpin for AddContext<T, A, B, C, D> where
A: Unpin,
T: Unpin,
A: Unpin,
T: Unpin,
impl<T, A, B, C, D> UnwindSafe for AddContext<T, A, B, C, D> 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, ReqBody, ResBody, Error> CompositedService<ReqBody, ResBody, Error> for T where
T: Service<Request<ReqBody>, Response = Response<ResBody>, Error = Error>,
<T as Service<Request<ReqBody>>>::Future: Send,
<T as Service<Request<ReqBody>>>::Future: 'static, [src]
T: Service<Request<ReqBody>, Response = Response<ResBody>, Error = Error>,
<T as Service<Request<ReqBody>>>::Future: Send,
<T as Service<Request<ReqBody>>>::Future: 'static,
pub fn poll_ready(&mut self, cx: &mut Context<'_>) -> Poll<Result<(), Error>>[src]
pub fn call(
&mut self,
req: Request<ReqBody>
) -> Pin<Box<dyn Future<Output = Result<Response<ResBody>, Error>> + 'static + Send>>[src]
&mut self,
req: Request<ReqBody>
) -> Pin<Box<dyn Future<Output = Result<Response<ResBody>, Error>> + '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>,