Struct autopush_common::middleware::sentry::SentryWrapper
source · pub struct SentryWrapper<E> { /* private fields */ }
Implementations§
Trait Implementations§
source§impl<E: Clone> Clone for SentryWrapper<E>
impl<E: Clone> Clone for SentryWrapper<E>
source§fn clone(&self) -> SentryWrapper<E>
fn clone(&self) -> SentryWrapper<E>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<S, B, E> Transform<S, ServiceRequest> for SentryWrapper<E>where
S: Service<ServiceRequest, Response = ServiceResponse<B>, Error = Error>,
S::Future: 'static,
E: ReportableError + ResponseError + 'static,
impl<S, B, E> Transform<S, ServiceRequest> for SentryWrapper<E>where
S: Service<ServiceRequest, Response = ServiceResponse<B>, Error = Error>,
S::Future: 'static,
E: ReportableError + ResponseError + 'static,
source§type Transform = SentryWrapperMiddleware<S, E>
type Transform = SentryWrapperMiddleware<S, E>
The
TransformService
value created by this factorysource§type Future = Ready<Result<<SentryWrapper<E> as Transform<S, ServiceRequest>>::Transform, <SentryWrapper<E> as Transform<S, ServiceRequest>>::InitError>>
type Future = Ready<Result<<SentryWrapper<E> as Transform<S, ServiceRequest>>::Transform, <SentryWrapper<E> as Transform<S, ServiceRequest>>::InitError>>
The future response value.
source§fn new_transform(&self, service: S) -> Self::Future
fn new_transform(&self, service: S) -> Self::Future
Creates and returns a new Transform component, asynchronously
Auto Trait Implementations§
impl<E> Freeze for SentryWrapper<E>
impl<E> RefUnwindSafe for SentryWrapper<E>where
E: RefUnwindSafe,
impl<E> Send for SentryWrapper<E>where
E: Send,
impl<E> Sync for SentryWrapper<E>where
E: Sync,
impl<E> Unpin for SentryWrapper<E>where
E: Unpin,
impl<E> UnwindSafe for SentryWrapper<E>where
E: UnwindSafe,
Blanket Implementations§
§impl<T> AnySync for T
impl<T> AnySync for T
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)