Enum edit_xlsx::FormatColor
source · pub enum FormatColor {
Default,
Index(u8),
Theme(u8, f64),
RGB(u8, u8, u8),
}Variants§
Trait Implementations§
source§impl Clone for FormatColor
impl Clone for FormatColor
source§fn clone(&self) -> FormatColor
fn clone(&self) -> FormatColor
Returns a copy 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 FormatColor
impl Debug for FormatColor
Auto Trait Implementations§
impl Freeze for FormatColor
impl RefUnwindSafe for FormatColor
impl Send for FormatColor
impl Sync for FormatColor
impl Unpin for FormatColor
impl UnwindSafe for FormatColor
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