pub enum SparklineType {
Line,
Column,
WinLoss,
}Expand description
Sparkline type.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for SparklineType
impl Clone for SparklineType
Source§fn clone(&self) -> SparklineType
fn clone(&self) -> SparklineType
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 SparklineType
impl Debug for SparklineType
Source§impl Default for SparklineType
impl Default for SparklineType
Source§fn default() -> SparklineType
fn default() -> SparklineType
Returns the “default value” for a type. Read more
Source§impl PartialEq for SparklineType
impl PartialEq for SparklineType
impl StructuralPartialEq for SparklineType
Auto Trait Implementations§
impl Freeze for SparklineType
impl RefUnwindSafe for SparklineType
impl Send for SparklineType
impl Sync for SparklineType
impl Unpin for SparklineType
impl UnwindSafe for SparklineType
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