Struct fuel_core_metrics::core_metrics::DatabaseMetrics
source · pub struct DatabaseMetrics {
pub registry: Registry,
pub write_meter: Counter,
pub read_meter: Counter,
pub bytes_written: Histogram,
pub bytes_read: Histogram,
}
Fields§
§registry: Registry
§write_meter: Counter
§read_meter: Counter
§bytes_written: Histogram
§bytes_read: Histogram
Auto Trait Implementations§
impl Freeze for DatabaseMetrics
impl !RefUnwindSafe for DatabaseMetrics
impl Send for DatabaseMetrics
impl Sync for DatabaseMetrics
impl Unpin for DatabaseMetrics
impl !UnwindSafe for DatabaseMetrics
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