pub struct OtelInstrumentation {
pub tracer: SdkTracer,
pub metrics: GenAiMetrics,
pub capture_content: bool,
}Fields§
§tracer: SdkTracer§metrics: GenAiMetrics§capture_content: boolTrait Implementations§
Source§impl Clone for OtelInstrumentation
impl Clone for OtelInstrumentation
Source§fn clone(&self) -> OtelInstrumentation
fn clone(&self) -> OtelInstrumentation
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 moreAuto Trait Implementations§
impl !RefUnwindSafe for OtelInstrumentation
impl !UnwindSafe for OtelInstrumentation
impl Freeze for OtelInstrumentation
impl Send for OtelInstrumentation
impl Sync for OtelInstrumentation
impl Unpin for OtelInstrumentation
impl UnsafeUnpin for OtelInstrumentation
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