pub struct ClickStackEventPatternsChartConfig {
pub display_type: ClickStackEventPatternsChartConfigDisplaytype,
pub select: Option<String>,
pub source_id: String,
pub where: Option<String>,
pub where_language: Option<ClickStackEventPatternsChartConfigWherelanguage>,
}Expand description
ClickStackEventPatternsChartConfig from the ClickHouse Cloud API.
Fields§
§display_type: ClickStackEventPatternsChartConfigDisplaytype§select: Option<String>§source_id: String§where: Option<String>§where_language: Option<ClickStackEventPatternsChartConfigWherelanguage>Trait Implementations§
Source§impl Clone for ClickStackEventPatternsChartConfig
impl Clone for ClickStackEventPatternsChartConfig
Source§fn clone(&self) -> ClickStackEventPatternsChartConfig
fn clone(&self) -> ClickStackEventPatternsChartConfig
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 Default for ClickStackEventPatternsChartConfig
impl Default for ClickStackEventPatternsChartConfig
Source§fn default() -> ClickStackEventPatternsChartConfig
fn default() -> ClickStackEventPatternsChartConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ClickStackEventPatternsChartConfig
impl<'de> Deserialize<'de> for ClickStackEventPatternsChartConfig
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
impl StructuralPartialEq for ClickStackEventPatternsChartConfig
Auto Trait Implementations§
impl Freeze for ClickStackEventPatternsChartConfig
impl RefUnwindSafe for ClickStackEventPatternsChartConfig
impl Send for ClickStackEventPatternsChartConfig
impl Sync for ClickStackEventPatternsChartConfig
impl Unpin for ClickStackEventPatternsChartConfig
impl UnsafeUnpin for ClickStackEventPatternsChartConfig
impl UnwindSafe for ClickStackEventPatternsChartConfig
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