pub enum ScatterStyle {
Line,
LineMarker,
Marker,
None,
Smooth,
SmoothMarker,
}Expand description
Display style for a two-dimensional scatter plot.
Variants§
Trait Implementations§
Source§impl Clone for ScatterStyle
impl Clone for ScatterStyle
Source§fn clone(&self) -> ScatterStyle
fn clone(&self) -> ScatterStyle
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ScatterStyle
Source§impl Debug for ScatterStyle
impl Debug for ScatterStyle
impl Eq for ScatterStyle
Source§impl PartialEq for ScatterStyle
impl PartialEq for ScatterStyle
impl StructuralPartialEq for ScatterStyle
Auto Trait Implementations§
impl Freeze for ScatterStyle
impl RefUnwindSafe for ScatterStyle
impl Send for ScatterStyle
impl Sync for ScatterStyle
impl Unpin for ScatterStyle
impl UnsafeUnpin for ScatterStyle
impl UnwindSafe for ScatterStyle
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