pub struct QueryInsightEntry {
pub key: Vec<String>,
pub type: QueryInsightEntryType,
pub metrics: HashMap<String, QueryInsightMetricResult>,
}Fields§
§key: Vec<String>§type: QueryInsightEntryType§metrics: HashMap<String, QueryInsightMetricResult>Trait Implementations§
Source§impl Clone for QueryInsightEntry
impl Clone for QueryInsightEntry
Source§fn clone(&self) -> QueryInsightEntry
fn clone(&self) -> QueryInsightEntry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for QueryInsightEntry
impl Debug for QueryInsightEntry
Source§impl Default for QueryInsightEntry
impl Default for QueryInsightEntry
Source§fn default() -> QueryInsightEntry
fn default() -> QueryInsightEntry
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for QueryInsightEntry
impl<'de> Deserialize<'de> for QueryInsightEntry
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
Source§impl PartialEq for QueryInsightEntry
impl PartialEq for QueryInsightEntry
Source§impl Serialize for QueryInsightEntry
impl Serialize for QueryInsightEntry
impl StructuralPartialEq for QueryInsightEntry
Auto Trait Implementations§
impl Freeze for QueryInsightEntry
impl RefUnwindSafe for QueryInsightEntry
impl Send for QueryInsightEntry
impl Sync for QueryInsightEntry
impl Unpin for QueryInsightEntry
impl UnsafeUnpin for QueryInsightEntry
impl UnwindSafe for QueryInsightEntry
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