pub enum STColorSchemeIndex {
Dk1,
Lt1,
Dk2,
Lt2,
Accent1,
Accent2,
Accent3,
Accent4,
Accent5,
Accent6,
Hlink,
FolHlink,
}Variants§
Trait Implementations§
Source§impl Clone for STColorSchemeIndex
impl Clone for STColorSchemeIndex
Source§fn clone(&self) -> STColorSchemeIndex
fn clone(&self) -> STColorSchemeIndex
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 STColorSchemeIndex
impl Debug for STColorSchemeIndex
Source§impl<'de> Deserialize<'de> for STColorSchemeIndex
impl<'de> Deserialize<'de> for STColorSchemeIndex
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 STColorSchemeIndex
impl Display for STColorSchemeIndex
Source§impl FromStr for STColorSchemeIndex
impl FromStr for STColorSchemeIndex
Source§impl PartialEq for STColorSchemeIndex
impl PartialEq for STColorSchemeIndex
Source§impl Serialize for STColorSchemeIndex
impl Serialize for STColorSchemeIndex
impl Copy for STColorSchemeIndex
impl Eq for STColorSchemeIndex
impl StructuralPartialEq for STColorSchemeIndex
Auto Trait Implementations§
impl Freeze for STColorSchemeIndex
impl RefUnwindSafe for STColorSchemeIndex
impl Send for STColorSchemeIndex
impl Sync for STColorSchemeIndex
impl Unpin for STColorSchemeIndex
impl UnsafeUnpin for STColorSchemeIndex
impl UnwindSafe for STColorSchemeIndex
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