Struct NoopTextMapPropagator
pub struct NoopTextMapPropagator { /* private fields */ }
Available on crate feature
opentelemetry
only.Expand description
A no-op instance of an TextMapPropagator
.
Implementations§
§impl NoopTextMapPropagator
impl NoopTextMapPropagator
pub fn new() -> NoopTextMapPropagator
pub fn new() -> NoopTextMapPropagator
Create a new noop text map propagator
Trait Implementations§
§impl Debug for NoopTextMapPropagator
impl Debug for NoopTextMapPropagator
§impl Default for NoopTextMapPropagator
impl Default for NoopTextMapPropagator
§fn default() -> NoopTextMapPropagator
fn default() -> NoopTextMapPropagator
Returns the “default value” for a type. Read more
§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