pub enum PlotProperty {
Title,
Width,
Height,
XLabel,
YLabel,
}Expand description
A plot-level property.
Variants§
Implementations§
Source§impl PlotProperty
impl PlotProperty
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 PlotProperty
impl Clone for PlotProperty
Source§fn clone(&self) -> PlotProperty
fn clone(&self) -> PlotProperty
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 PlotProperty
Source§impl Debug for PlotProperty
impl Debug for PlotProperty
impl Eq for PlotProperty
Source§impl Hash for PlotProperty
impl Hash for PlotProperty
Source§impl PartialEq for PlotProperty
impl PartialEq for PlotProperty
Source§fn eq(&self, other: &PlotProperty) -> bool
fn eq(&self, other: &PlotProperty) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PlotProperty
Auto Trait Implementations§
impl Freeze for PlotProperty
impl RefUnwindSafe for PlotProperty
impl Send for PlotProperty
impl Sync for PlotProperty
impl Unpin for PlotProperty
impl UnsafeUnpin for PlotProperty
impl UnwindSafe for PlotProperty
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.