pub struct HistogramQuery {
pub histogram_query: Option<String>,
}Expand description
The histogram request.
This type is not used in any activity, and only used as part of another schema.
Fields§
§histogram_query: Option<String>An expression specifies a histogram request against matching jobs for searches. See SearchJobsRequest.histogram_queries for details about syntax.
Trait Implementations§
Source§impl Clone for HistogramQuery
impl Clone for HistogramQuery
Source§fn clone(&self) -> HistogramQuery
fn clone(&self) -> HistogramQuery
Returns a duplicate of the value. Read more
1.0.0 · 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 HistogramQuery
impl Debug for HistogramQuery
Source§impl Default for HistogramQuery
impl Default for HistogramQuery
Source§fn default() -> HistogramQuery
fn default() -> HistogramQuery
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for HistogramQuery
impl<'de> Deserialize<'de> for HistogramQuery
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 Serialize for HistogramQuery
impl Serialize for HistogramQuery
impl Part for HistogramQuery
Auto Trait Implementations§
impl Freeze for HistogramQuery
impl RefUnwindSafe for HistogramQuery
impl Send for HistogramQuery
impl Sync for HistogramQuery
impl Unpin for HistogramQuery
impl UnwindSafe for HistogramQuery
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