pub enum PlotProperty {}Expand description
Plot/figure/layer property namespace.
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 NameNamespace for PlotProperty
impl NameNamespace for PlotProperty
Source§const DISPLAY_NAME: &'static str = "PlotPropertyName"
const DISPLAY_NAME: &'static str = "PlotPropertyName"
Human-readable alias/newtype name for this namespace.
Source§impl Ord for PlotProperty
impl Ord for PlotProperty
Source§fn cmp(&self, other: &PlotProperty) -> Ordering
fn cmp(&self, other: &PlotProperty) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
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 ==.Source§impl PartialOrd for PlotProperty
impl PartialOrd for PlotProperty
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> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
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.