Struct autopush_common::middleware::sentry::SentryWrapperMiddleware
source · pub struct SentryWrapperMiddleware<S, E> { /* private fields */ }
Trait Implementations§
source§impl<S, B, E> Service<ServiceRequest> for SentryWrapperMiddleware<S, E>where
S: Service<ServiceRequest, Response = ServiceResponse<B>, Error = Error>,
S::Future: 'static,
E: ReportableError + ResponseError + 'static,
impl<S, B, E> Service<ServiceRequest> for SentryWrapperMiddleware<S, E>where
S: Service<ServiceRequest, Response = ServiceResponse<B>, Error = Error>,
S::Future: 'static,
E: ReportableError + ResponseError + 'static,
source§type Future = Pin<Box<dyn Future<Output = Result<<SentryWrapperMiddleware<S, E> as Service<ServiceRequest>>::Response, <SentryWrapperMiddleware<S, E> as Service<ServiceRequest>>::Error>>>>
type Future = Pin<Box<dyn Future<Output = Result<<SentryWrapperMiddleware<S, E> as Service<ServiceRequest>>::Response, <SentryWrapperMiddleware<S, E> as Service<ServiceRequest>>::Error>>>>
The future response value.
Auto Trait Implementations§
impl<S, E> Freeze for SentryWrapperMiddleware<S, E>
impl<S, E> !RefUnwindSafe for SentryWrapperMiddleware<S, E>
impl<S, E> !Send for SentryWrapperMiddleware<S, E>
impl<S, E> !Sync for SentryWrapperMiddleware<S, E>
impl<S, E> Unpin for SentryWrapperMiddleware<S, E>where
E: Unpin,
impl<S, E> !UnwindSafe for SentryWrapperMiddleware<S, E>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<S, Req> IntoService<S, Req> for Swhere
S: Service<Req>,
impl<S, Req> IntoService<S, Req> for Swhere
S: Service<Req>,
§fn into_service(self) -> S
fn into_service(self) -> S
Convert to a
Service