pub struct ClickStackHeatmapSelectItem {
pub count_expression: Option<String>,
pub heatmap_scale_type: Option<ClickStackHeatmapSelectItemHeatmapscaletype>,
pub value_expression: String,
}Expand description
ClickStackHeatmapSelectItem from the ClickHouse Cloud API.
Fields§
§count_expression: Option<String>§heatmap_scale_type: Option<ClickStackHeatmapSelectItemHeatmapscaletype>§value_expression: StringTrait Implementations§
Source§impl Clone for ClickStackHeatmapSelectItem
impl Clone for ClickStackHeatmapSelectItem
Source§fn clone(&self) -> ClickStackHeatmapSelectItem
fn clone(&self) -> ClickStackHeatmapSelectItem
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 ClickStackHeatmapSelectItem
impl Debug for ClickStackHeatmapSelectItem
Source§impl Default for ClickStackHeatmapSelectItem
impl Default for ClickStackHeatmapSelectItem
Source§fn default() -> ClickStackHeatmapSelectItem
fn default() -> ClickStackHeatmapSelectItem
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ClickStackHeatmapSelectItem
impl<'de> Deserialize<'de> for ClickStackHeatmapSelectItem
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 ClickStackHeatmapSelectItem
impl PartialEq for ClickStackHeatmapSelectItem
Source§fn eq(&self, other: &ClickStackHeatmapSelectItem) -> bool
fn eq(&self, other: &ClickStackHeatmapSelectItem) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ClickStackHeatmapSelectItem
Auto Trait Implementations§
impl Freeze for ClickStackHeatmapSelectItem
impl RefUnwindSafe for ClickStackHeatmapSelectItem
impl Send for ClickStackHeatmapSelectItem
impl Sync for ClickStackHeatmapSelectItem
impl Unpin for ClickStackHeatmapSelectItem
impl UnsafeUnpin for ClickStackHeatmapSelectItem
impl UnwindSafe for ClickStackHeatmapSelectItem
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