pub struct MetricKeysSection {
pub module_name: String,
pub keys: Vec<String>,
}Expand description
Optional [metric_keys] block declaring the engine-side metric enum.
Fields§
§module_name: String§keys: Vec<String>Trait Implementations§
Source§impl Debug for MetricKeysSection
impl Debug for MetricKeysSection
Source§impl<'de> Deserialize<'de> for MetricKeysSection
impl<'de> Deserialize<'de> for MetricKeysSection
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 MetricKeysSection
impl RefUnwindSafe for MetricKeysSection
impl Send for MetricKeysSection
impl Sync for MetricKeysSection
impl Unpin for MetricKeysSection
impl UnsafeUnpin for MetricKeysSection
impl UnwindSafe for MetricKeysSection
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