pub struct PopularQuery {
pub query_id: String,
pub query_text: String,
pub indicators: HashMap<ApiQueryIndicator, f64>,
}Expand description
Popular query information
Fields§
§query_id: StringQuery ID
query_text: StringQuery text
indicators: HashMap<ApiQueryIndicator, f64>Query indicators (e.g., TOTAL_SHOWS, TOTAL_CLICKS, etc.)
Trait Implementations§
Source§impl Clone for PopularQuery
impl Clone for PopularQuery
Source§fn clone(&self) -> PopularQuery
fn clone(&self) -> PopularQuery
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PopularQuery
impl Debug for PopularQuery
Source§impl<'de> Deserialize<'de> for PopularQuery
impl<'de> Deserialize<'de> for PopularQuery
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 PopularQuery
impl PartialEq for PopularQuery
Source§impl Serialize for PopularQuery
impl Serialize for PopularQuery
impl StructuralPartialEq for PopularQuery
Auto Trait Implementations§
impl Freeze for PopularQuery
impl RefUnwindSafe for PopularQuery
impl Send for PopularQuery
impl Sync for PopularQuery
impl Unpin for PopularQuery
impl UnwindSafe for PopularQuery
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)