pub enum MarkType {
Point,
Line,
Bar,
Area,
Rect,
Tick,
}Expand description
The mark type in a plot declaration (Vega-Lite grammar).
Variants§
Trait Implementations§
impl Copy for MarkType
impl Eq for MarkType
Source§impl FormatEquivalent for MarkType
impl FormatEquivalent for MarkType
Source§fn format_equivalent(&self, other: &Self) -> bool
fn format_equivalent(&self, other: &Self) -> bool
Returns
true if self and other are equivalent up to formatting.impl StructuralPartialEq for MarkType
Auto Trait Implementations§
impl Freeze for MarkType
impl RefUnwindSafe for MarkType
impl Send for MarkType
impl Sync for MarkType
impl Unpin for MarkType
impl UnsafeUnpin for MarkType
impl UnwindSafe for MarkType
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.