pub enum GraphStyle {
Line,
Scatter,
Histogram,
}Variants§
Trait Implementations§
Source§impl Clone for GraphStyle
impl Clone for GraphStyle
Source§fn clone(&self) -> GraphStyle
fn clone(&self) -> GraphStyle
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 GraphStyle
impl Debug for GraphStyle
Source§impl PartialEq for GraphStyle
impl PartialEq for GraphStyle
impl Copy for GraphStyle
impl StructuralPartialEq for GraphStyle
Auto Trait Implementations§
impl Freeze for GraphStyle
impl RefUnwindSafe for GraphStyle
impl Send for GraphStyle
impl Sync for GraphStyle
impl Unpin for GraphStyle
impl UnwindSafe for GraphStyle
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