pub struct DcontextLayerBuilder<S> { /* private fields */ }Expand description
Builder for configuring a DcontextLayer.
Implementations§
Source§impl<S> DcontextLayerBuilder<S>
impl<S> DcontextLayerBuilder<S>
Sourcepub fn include_span_info(self) -> Self
pub fn include_span_info(self) -> Self
Sourcepub fn build(self) -> DcontextLayer<S>
pub fn build(self) -> DcontextLayer<S>
Build the configured DcontextLayer.
Auto Trait Implementations§
impl<S> Freeze for DcontextLayerBuilder<S>
impl<S> RefUnwindSafe for DcontextLayerBuilder<S>
impl<S> Send for DcontextLayerBuilder<S>
impl<S> Sync for DcontextLayerBuilder<S>
impl<S> Unpin for DcontextLayerBuilder<S>
impl<S> UnsafeUnpin for DcontextLayerBuilder<S>
impl<S> UnwindSafe for DcontextLayerBuilder<S>
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