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