pub enum ScatterStyleType {
None,
Line,
LineMarker,
Marker,
Smooth,
SmoothMarker,
}Variants§
Trait Implementations§
Source§impl Clone for ScatterStyleType
impl Clone for ScatterStyleType
Source§fn clone(&self) -> ScatterStyleType
fn clone(&self) -> ScatterStyleType
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 ScatterStyleType
impl Debug for ScatterStyleType
Source§impl<'de> Deserialize<'de> for ScatterStyleType
impl<'de> Deserialize<'de> for ScatterStyleType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for ScatterStyleType
impl Display for ScatterStyleType
Source§impl FromStr for ScatterStyleType
impl FromStr for ScatterStyleType
Source§impl PartialEq for ScatterStyleType
impl PartialEq for ScatterStyleType
Source§impl Serialize for ScatterStyleType
impl Serialize for ScatterStyleType
impl Copy for ScatterStyleType
impl Eq for ScatterStyleType
impl StructuralPartialEq for ScatterStyleType
Auto Trait Implementations§
impl Freeze for ScatterStyleType
impl RefUnwindSafe for ScatterStyleType
impl Send for ScatterStyleType
impl Sync for ScatterStyleType
impl Unpin for ScatterStyleType
impl UnsafeUnpin for ScatterStyleType
impl UnwindSafe for ScatterStyleType
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