Struct opentelemetry_http::HeaderInjector [−][src]
pub struct HeaderInjector<'a>(pub &'a mut HeaderMap);
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for HeaderInjector<'a>
impl<'a> Send for HeaderInjector<'a>
impl<'a> Sync for HeaderInjector<'a>
impl<'a> Unpin for HeaderInjector<'a>
impl<'a> !UnwindSafe for HeaderInjector<'a>
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more
impl<T> FutureExt for T
[src]
impl<T> FutureExt for T
[src]fn with_context(self, otel_cx: Context) -> WithContext<Self>
[src]
fn with_context(self, otel_cx: Context) -> WithContext<Self>
[src]fn with_current_context(self) -> WithContext<Self>
[src]
fn with_current_context(self) -> WithContext<Self>
[src]impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,