Struct opentelemetry::sdk::logs::BatchConfig
source · pub struct BatchConfig { /* private fields */ }Expand description
Batch log processor configuration
Trait Implementations§
source§impl Debug for BatchConfig
impl Debug for BatchConfig
source§impl Default for BatchConfig
impl Default for BatchConfig
source§fn default() -> BatchConfig
fn default() -> BatchConfig
Returns the “default value” for a type. Read more
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§
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