pub struct QueryInsights {
pub insights: Vec<QueryInsightEntry>,
}Fields§
§insights: Vec<QueryInsightEntry>Trait Implementations§
Source§impl Clone for QueryInsights
impl Clone for QueryInsights
Source§fn clone(&self) -> QueryInsights
fn clone(&self) -> QueryInsights
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 QueryInsights
impl Debug for QueryInsights
Source§impl Default for QueryInsights
impl Default for QueryInsights
Source§fn default() -> QueryInsights
fn default() -> QueryInsights
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for QueryInsights
impl<'de> Deserialize<'de> for QueryInsights
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 QueryInsights
impl PartialEq for QueryInsights
Source§impl Serialize for QueryInsights
impl Serialize for QueryInsights
impl StructuralPartialEq for QueryInsights
Auto Trait Implementations§
impl Freeze for QueryInsights
impl RefUnwindSafe for QueryInsights
impl Send for QueryInsights
impl Sync for QueryInsights
impl Unpin for QueryInsights
impl UnsafeUnpin for QueryInsights
impl UnwindSafe for QueryInsights
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