pub enum ClickStackSelectItemPeriodaggfn {
Delta,
Unknown(String),
}Expand description
Inline enum for ClickStackSelectItem.periodAggFn.
Variants§
Trait Implementations§
Source§impl Clone for ClickStackSelectItemPeriodaggfn
impl Clone for ClickStackSelectItemPeriodaggfn
Source§fn clone(&self) -> ClickStackSelectItemPeriodaggfn
fn clone(&self) -> ClickStackSelectItemPeriodaggfn
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 ClickStackSelectItemPeriodaggfn
impl Default for ClickStackSelectItemPeriodaggfn
Source§fn default() -> ClickStackSelectItemPeriodaggfn
fn default() -> ClickStackSelectItemPeriodaggfn
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ClickStackSelectItemPeriodaggfn
impl<'de> Deserialize<'de> for ClickStackSelectItemPeriodaggfn
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 ClickStackSelectItemPeriodaggfn
impl PartialEq for ClickStackSelectItemPeriodaggfn
Source§fn eq(&self, other: &ClickStackSelectItemPeriodaggfn) -> bool
fn eq(&self, other: &ClickStackSelectItemPeriodaggfn) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ClickStackSelectItemPeriodaggfn
Auto Trait Implementations§
impl Freeze for ClickStackSelectItemPeriodaggfn
impl RefUnwindSafe for ClickStackSelectItemPeriodaggfn
impl Send for ClickStackSelectItemPeriodaggfn
impl Sync for ClickStackSelectItemPeriodaggfn
impl Unpin for ClickStackSelectItemPeriodaggfn
impl UnsafeUnpin for ClickStackSelectItemPeriodaggfn
impl UnwindSafe for ClickStackSelectItemPeriodaggfn
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