Struct opentelemetry::trace::noop::NoopTextMapPropagator
source · pub struct NoopTextMapPropagator { /* private fields */ }
Expand description
A no-op instance of an TextMapPropagator
.
Implementations§
Trait Implementations§
source§impl Debug for NoopTextMapPropagator
impl Debug for NoopTextMapPropagator
source§impl Default for NoopTextMapPropagator
impl Default for NoopTextMapPropagator
source§fn default() -> NoopTextMapPropagator
fn default() -> NoopTextMapPropagator
Returns the “default value” for a type. Read more
source§impl TextMapPropagator for NoopTextMapPropagator
impl TextMapPropagator for NoopTextMapPropagator
Auto Trait Implementations§
impl Freeze for NoopTextMapPropagator
impl RefUnwindSafe for NoopTextMapPropagator
impl Send for NoopTextMapPropagator
impl Sync for NoopTextMapPropagator
impl Unpin for NoopTextMapPropagator
impl UnwindSafe for NoopTextMapPropagator
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