pub enum TimeLineStyle {
Solid,
Dashed,
Dotted,
Step,
}Expand description
Line style for time series
Variants§
Trait Implementations§
Source§impl Clone for TimeLineStyle
impl Clone for TimeLineStyle
Source§fn clone(&self) -> TimeLineStyle
fn clone(&self) -> TimeLineStyle
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 TimeLineStyle
impl Debug for TimeLineStyle
Source§impl Default for TimeLineStyle
impl Default for TimeLineStyle
Source§fn default() -> TimeLineStyle
fn default() -> TimeLineStyle
Returns the “default value” for a type. Read more
Source§impl PartialEq for TimeLineStyle
impl PartialEq for TimeLineStyle
impl Copy for TimeLineStyle
impl Eq for TimeLineStyle
impl StructuralPartialEq for TimeLineStyle
Auto Trait Implementations§
impl Freeze for TimeLineStyle
impl RefUnwindSafe for TimeLineStyle
impl Send for TimeLineStyle
impl Sync for TimeLineStyle
impl Unpin for TimeLineStyle
impl UnsafeUnpin for TimeLineStyle
impl UnwindSafe for TimeLineStyle
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