pub enum IconSetType {
ThreeTrafficLights,
ThreeArrows,
ThreeFlags,
ThreeSymbols,
}Expand description
A ConditionalFormattingCondition::IconSet’s visual style (ST_IconSetType) — only the
handful of 3-icon sets most commonly used are modeled.
Variants§
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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IconSetType
Source§impl Debug for IconSetType
impl Debug for IconSetType
impl Eq for IconSetType
Source§impl PartialEq for IconSetType
impl PartialEq 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.