pub struct InstrumentPlugin;Expand description
A Plugin which applies InstrumentLayer to all operations in the builder.
Trait Implementations§
source§impl Debug for InstrumentPlugin
impl Debug for InstrumentPlugin
source§impl<P, Op, S, L> Plugin<P, Op, S, L> for InstrumentPluginwhere
Op: OperationShape + Sensitivity,
impl<P, Op, S, L> Plugin<P, Op, S, L> for InstrumentPluginwhere Op: OperationShape + Sensitivity,
§type Layer = Stack<L, InstrumentLayer<<Op as Sensitivity>::RequestFmt, <Op as Sensitivity>::ResponseFmt>>
type Layer = Stack<L, InstrumentLayer<<Op as Sensitivity>::RequestFmt, <Op as Sensitivity>::ResponseFmt>>
The type of the new
Layer.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