pub struct InstrumentPlugin;
Expand description
A Plugin
which applies InstrumentOperation
to every operation.
Trait Implementations§
source§impl Debug for InstrumentPlugin
impl Debug for InstrumentPlugin
source§impl<Ser, Op, T> Plugin<Ser, Op, T> for InstrumentPluginwhere
Op: OperationShape + Sensitivity,
impl<Ser, Op, T> Plugin<Ser, Op, T> for InstrumentPluginwhere Op: OperationShape + Sensitivity,
§type Output = InstrumentOperation<T, <Op as Sensitivity>::RequestFmt, <Op as Sensitivity>::ResponseFmt>
type Output = InstrumentOperation<T, <Op as Sensitivity>::RequestFmt, <Op as Sensitivity>::ResponseFmt>
The type of the new
Service
.impl HttpMarker for InstrumentPlugin
Auto Trait Implementations§
impl RefUnwindSafe for InstrumentPlugin
impl Send for InstrumentPlugin
impl Sync for InstrumentPlugin
impl Unpin for InstrumentPlugin
impl UnwindSafe for InstrumentPlugin
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