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