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