pub struct TracingConfig {
pub filter: Option<String>,
pub format: LogFormat,
pub otlp: Option<OtlpTracingConfig>,
pub langfuse: Option<LangfuseConfig>,
}Fields§
§filter: Option<String>§format: LogFormat§otlp: Option<OtlpTracingConfig>§langfuse: Option<LangfuseConfig>Trait Implementations§
Source§impl Clone for TracingConfig
impl Clone for TracingConfig
Source§fn clone(&self) -> TracingConfig
fn clone(&self) -> TracingConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TracingConfig
impl Debug for TracingConfig
Source§impl Default for TracingConfig
impl Default for TracingConfig
Source§fn default() -> TracingConfig
fn default() -> TracingConfig
Returns the “default value” for a type. Read more
Source§impl PartialEq for TracingConfig
impl PartialEq for TracingConfig
Source§fn eq(&self, other: &TracingConfig) -> bool
fn eq(&self, other: &TracingConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TracingConfig
Auto Trait Implementations§
impl Freeze for TracingConfig
impl RefUnwindSafe for TracingConfig
impl Send for TracingConfig
impl Sync for TracingConfig
impl Unpin for TracingConfig
impl UnsafeUnpin for TracingConfig
impl UnwindSafe for TracingConfig
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