pub enum MarkerGraphType {
Bar,
Line,
LineFilled,
}
Expand description
The type of a graph segment within a marker graph.
Variants§
Trait Implementations§
Source§impl Clone for MarkerGraphType
impl Clone for MarkerGraphType
Source§fn clone(&self) -> MarkerGraphType
fn clone(&self) -> MarkerGraphType
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 MarkerGraphType
impl Debug for MarkerGraphType
Source§impl Ord for MarkerGraphType
impl Ord for MarkerGraphType
Source§fn cmp(&self, other: &MarkerGraphType) -> Ordering
fn cmp(&self, other: &MarkerGraphType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for MarkerGraphType
impl PartialEq for MarkerGraphType
Source§impl PartialOrd for MarkerGraphType
impl PartialOrd for MarkerGraphType
Source§impl Serialize for MarkerGraphType
impl Serialize for MarkerGraphType
impl Copy for MarkerGraphType
impl Eq for MarkerGraphType
impl StructuralPartialEq for MarkerGraphType
Auto Trait Implementations§
impl Freeze for MarkerGraphType
impl RefUnwindSafe for MarkerGraphType
impl Send for MarkerGraphType
impl Sync for MarkerGraphType
impl Unpin for MarkerGraphType
impl UnwindSafe for MarkerGraphType
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