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