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