pub struct SentryTowerLayer<B> { /* private fields */ }Expand description
Correctly ordered Tower layer for Sentry request isolation and HTTP traces.
Implementations§
Trait Implementations§
Source§impl<B> Clone for SentryTowerLayer<B>
impl<B> Clone for SentryTowerLayer<B>
Source§impl<S, B> Layer<S> for SentryTowerLayer<B>
impl<S, B> Layer<S> for SentryTowerLayer<B>
Source§type Service = SentryService<SentryHttpService<S>, IsolatedHubProvider, Arc<Hub>, Request<B>>
type Service = SentryService<SentryHttpService<S>, IsolatedHubProvider, Arc<Hub>, Request<B>>
The wrapped service
Auto Trait Implementations§
impl<B> Freeze for SentryTowerLayer<B>
impl<B> RefUnwindSafe for SentryTowerLayer<B>
impl<B> Send for SentryTowerLayer<B>
impl<B> Sync for SentryTowerLayer<B>
impl<B> Unpin for SentryTowerLayer<B>
impl<B> UnsafeUnpin for SentryTowerLayer<B>
impl<B> UnwindSafe for SentryTowerLayer<B>
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