Struct solana_metrics::metrics::MetricsConfig
source · struct MetricsConfig {
pub host: String,
pub db: String,
pub username: String,
pub password: String,
}
Fields§
§host: String
§db: String
§username: String
§password: String
Implementations§
Trait Implementations§
source§impl Debug for MetricsConfig
impl Debug for MetricsConfig
source§impl Default for MetricsConfig
impl Default for MetricsConfig
source§fn default() -> MetricsConfig
fn default() -> MetricsConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for MetricsConfig
impl Send for MetricsConfig
impl Sync for MetricsConfig
impl Unpin for MetricsConfig
impl UnwindSafe for MetricsConfig
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