Struct opentelemetry::sdk::trace::BatchConfig
source · [−]pub struct BatchConfig { /* private fields */ }
Expand description
Batch span processor configuration
Trait Implementations
sourceimpl Debug for BatchConfig
impl Debug for BatchConfig
Auto Trait Implementations
impl RefUnwindSafe for BatchConfig
impl Send for BatchConfig
impl Sync for BatchConfig
impl Unpin for BatchConfig
impl UnwindSafe for BatchConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more