#[non_exhaustive]pub enum TableIconSet {
Show 17 variants
ThreeArrows,
ThreeArrowsGray,
ThreeFlags,
ThreeTrafficLights1,
ThreeTrafficLights2,
ThreeSigns,
ThreeSymbols,
ThreeSymbols2,
FourArrows,
FourArrowsGray,
FourRedToBlack,
FourRating,
FourTrafficLights,
FiveArrows,
FiveArrowsGray,
FiveRating,
FiveQuarters,
}Expand description
Built-in icon sets accepted by OOXML table filters and sorts.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
ThreeArrows
Three colored arrows.
ThreeArrowsGray
Three gray arrows.
ThreeFlags
Three flags.
ThreeTrafficLights1
First three-light traffic set.
ThreeTrafficLights2
Second three-light traffic set.
ThreeSigns
Three signs.
ThreeSymbols
First three-symbol set.
ThreeSymbols2
Second three-symbol set.
FourArrows
Four colored arrows.
FourArrowsGray
Four gray arrows.
FourRedToBlack
Four red-to-black indicators.
FourRating
Four ratings.
FourTrafficLights
Four traffic lights.
FiveArrows
Five colored arrows.
FiveArrowsGray
Five gray arrows.
FiveRating
Five ratings.
FiveQuarters
Five quarters.
Implementations§
Trait Implementations§
Source§impl Clone for TableIconSet
impl Clone for TableIconSet
Source§fn clone(&self) -> TableIconSet
fn clone(&self) -> TableIconSet
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 TableIconSet
Source§impl Debug for TableIconSet
impl Debug for TableIconSet
impl Eq for TableIconSet
Source§impl Hash for TableIconSet
impl Hash for TableIconSet
Source§impl PartialEq for TableIconSet
impl PartialEq for TableIconSet
impl StructuralPartialEq for TableIconSet
Auto Trait Implementations§
impl Freeze for TableIconSet
impl RefUnwindSafe for TableIconSet
impl Send for TableIconSet
impl Sync for TableIconSet
impl Unpin for TableIconSet
impl UnsafeUnpin for TableIconSet
impl UnwindSafe for TableIconSet
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.