pub enum CfValueType {
Num,
Percent,
Min,
Max,
Percentile,
Formula,
}Expand description
Value type for color scale and data bar thresholds.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for CfValueType
impl Clone for CfValueType
Source§fn clone(&self) -> CfValueType
fn clone(&self) -> CfValueType
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 CfValueType
impl Debug for CfValueType
Source§impl PartialEq for CfValueType
impl PartialEq for CfValueType
impl StructuralPartialEq for CfValueType
Auto Trait Implementations§
impl Freeze for CfValueType
impl RefUnwindSafe for CfValueType
impl Send for CfValueType
impl Sync for CfValueType
impl Unpin for CfValueType
impl UnwindSafe for CfValueType
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