pub enum PointMarker {
Circle,
Square,
Cross,
}
Expand description
The marker that should be used for the points of the scatter plot
Variants§
Trait Implementations§
Source§impl Clone for PointMarker
impl Clone for PointMarker
Source§fn clone(&self) -> PointMarker
fn clone(&self) -> PointMarker
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 PointMarker
impl Debug for PointMarker
impl Copy for PointMarker
Auto Trait Implementations§
impl Freeze for PointMarker
impl RefUnwindSafe for PointMarker
impl Send for PointMarker
impl Sync for PointMarker
impl Unpin for PointMarker
impl UnwindSafe for PointMarker
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