pub enum ClickStackEventPatternsChartConfigDisplaytype {
Event_patterns,
Unknown(String),
}Expand description
Inline enum for ClickStackEventPatternsChartConfig.displayType.
Variants§
Trait Implementations§
Source§impl Clone for ClickStackEventPatternsChartConfigDisplaytype
impl Clone for ClickStackEventPatternsChartConfigDisplaytype
Source§fn clone(&self) -> ClickStackEventPatternsChartConfigDisplaytype
fn clone(&self) -> ClickStackEventPatternsChartConfigDisplaytype
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 ClickStackEventPatternsChartConfigDisplaytype
impl Default for ClickStackEventPatternsChartConfigDisplaytype
Source§fn default() -> ClickStackEventPatternsChartConfigDisplaytype
fn default() -> ClickStackEventPatternsChartConfigDisplaytype
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ClickStackEventPatternsChartConfigDisplaytype
impl<'de> Deserialize<'de> for ClickStackEventPatternsChartConfigDisplaytype
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 ClickStackEventPatternsChartConfigDisplaytype
Auto Trait Implementations§
impl Freeze for ClickStackEventPatternsChartConfigDisplaytype
impl RefUnwindSafe for ClickStackEventPatternsChartConfigDisplaytype
impl Send for ClickStackEventPatternsChartConfigDisplaytype
impl Sync for ClickStackEventPatternsChartConfigDisplaytype
impl Unpin for ClickStackEventPatternsChartConfigDisplaytype
impl UnsafeUnpin for ClickStackEventPatternsChartConfigDisplaytype
impl UnwindSafe for ClickStackEventPatternsChartConfigDisplaytype
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