pub enum IconSetType {
Show 17 variants
_3Arrows,
_3ArrowsGray,
_3Flags,
_3TrafficLights1,
_3TrafficLights2,
_3Signs,
_3Symbols,
_3Symbols2,
_4Arrows,
_4ArrowsGray,
_4RedToBlack,
_4Rating,
_4TrafficLights,
_5Arrows,
_5ArrowsGray,
_5Rating,
_5Quarters,
}Variants§
_3Arrows
_3ArrowsGray
_3Flags
_3TrafficLights1
_3TrafficLights2
_3Signs
_3Symbols
_3Symbols2
_4Arrows
_4ArrowsGray
_4RedToBlack
_4Rating
_4TrafficLights
_5Arrows
_5ArrowsGray
_5Rating
_5Quarters
Trait Implementations§
Source§impl Clone for IconSetType
impl Clone for IconSetType
Source§fn clone(&self) -> IconSetType
fn clone(&self) -> IconSetType
Returns a duplicate of the value. Read more
1.0.0 · 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 IconSetType
impl Debug for IconSetType
Source§impl<'de> Deserialize<'de> for IconSetType
impl<'de> Deserialize<'de> for IconSetType
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 IconSetType
impl Display for IconSetType
Source§impl FromStr for IconSetType
impl FromStr for IconSetType
Source§impl PartialEq for IconSetType
impl PartialEq for IconSetType
Source§impl Serialize for IconSetType
impl Serialize for IconSetType
impl Copy for IconSetType
impl Eq for IconSetType
impl StructuralPartialEq for IconSetType
Auto Trait Implementations§
impl Freeze for IconSetType
impl RefUnwindSafe for IconSetType
impl Send for IconSetType
impl Sync for IconSetType
impl Unpin for IconSetType
impl UnsafeUnpin for IconSetType
impl UnwindSafe for IconSetType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.