pub struct Otel {
pub endpoint: Option<String>,
pub traces: Option<bool>,
pub metrics: Option<bool>,
pub logs: Option<bool>,
}Fields§
§endpoint: Option<String>§traces: Option<bool>§metrics: Option<bool>§logs: Option<bool>Trait Implementations§
Source§impl<'de> Deserialize<'de> for Otel
impl<'de> Deserialize<'de> for Otel
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for Otel
Auto Trait Implementations§
impl Freeze for Otel
impl RefUnwindSafe for Otel
impl Send for Otel
impl Sync for Otel
impl Unpin for Otel
impl UnsafeUnpin for Otel
impl UnwindSafe for Otel
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