pub struct OtelExportersConfig {
pub enable_tracing: Option<bool>,
pub enable_metrics: Option<bool>,
pub enable_logging: Option<bool>,
}Fields§
§enable_tracing: Option<bool>§enable_metrics: Option<bool>§enable_logging: Option<bool>Trait Implementations§
Source§impl Clone for OtelExportersConfig
impl Clone for OtelExportersConfig
Source§fn clone(&self) -> OtelExportersConfig
fn clone(&self) -> OtelExportersConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OtelExportersConfig
impl Debug for OtelExportersConfig
Source§impl Default for OtelExportersConfig
impl Default for OtelExportersConfig
Source§fn default() -> OtelExportersConfig
fn default() -> OtelExportersConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for OtelExportersConfig
impl RefUnwindSafe for OtelExportersConfig
impl Send for OtelExportersConfig
impl Sync for OtelExportersConfig
impl Unpin for OtelExportersConfig
impl UnwindSafe for OtelExportersConfig
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