pub struct Observability {
pub prometheus_addr: String,
pub log_level: String,
}Fields§
§prometheus_addr: String§log_level: StringTrait Implementations§
Source§impl Debug for Observability
impl Debug for Observability
Source§impl Default for Observability
impl Default for Observability
Source§fn default() -> Observability
fn default() -> Observability
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for Observability
impl<'de> Deserialize<'de> for Observability
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
Auto Trait Implementations§
impl Freeze for Observability
impl RefUnwindSafe for Observability
impl Send for Observability
impl Sync for Observability
impl Unpin for Observability
impl UnsafeUnpin for Observability
impl UnwindSafe for Observability
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