pub enum MarkProperty {
StrokeWidth,
Opacity,
Size,
Color,
Filled,
Interpolate,
}Expand description
A mark-level property (style applied to the mark in a plot).
Variants§
Implementations§
Source§impl MarkProperty
impl MarkProperty
Sourcepub const fn value_type(self) -> PlotPropertyType
pub const fn value_type(self) -> PlotPropertyType
The value type this property expects.
Trait Implementations§
Source§impl Clone for MarkProperty
impl Clone for MarkProperty
Source§fn clone(&self) -> MarkProperty
fn clone(&self) -> MarkProperty
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 MarkProperty
Source§impl Debug for MarkProperty
impl Debug for MarkProperty
impl Eq for MarkProperty
Source§impl Hash for MarkProperty
impl Hash for MarkProperty
Source§impl PartialEq for MarkProperty
impl PartialEq for MarkProperty
Source§fn eq(&self, other: &MarkProperty) -> bool
fn eq(&self, other: &MarkProperty) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MarkProperty
Auto Trait Implementations§
impl Freeze for MarkProperty
impl RefUnwindSafe for MarkProperty
impl Send for MarkProperty
impl Sync for MarkProperty
impl Unpin for MarkProperty
impl UnsafeUnpin for MarkProperty
impl UnwindSafe for MarkProperty
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.