pub struct Tracing;Trait Implementations§
Source§impl<S> Transform<S, ConnectRequest> for Tracing
impl<S> Transform<S, ConnectRequest> for Tracing
type Transform = TracingMiddleware<S>
Source§fn new_transform(self, service: S) -> Self::Transform
fn new_transform(self, service: S) -> Self::Transform
Creates and returns a new Transform component.
Auto Trait Implementations§
impl Freeze for Tracing
impl RefUnwindSafe for Tracing
impl Send for Tracing
impl Sync for Tracing
impl Unpin for Tracing
impl UnwindSafe for Tracing
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