pub enum PlotMetaType {
Plot(PlotType),
Text,
}Expand description
Determine if this is a plot or just text.
Variants§
Trait Implementations§
Source§impl Clone for PlotMetaType
impl Clone for PlotMetaType
Source§fn clone(&self) -> PlotMetaType
fn clone(&self) -> PlotMetaType
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 PlotMetaType
impl Debug for PlotMetaType
impl Copy for PlotMetaType
Auto Trait Implementations§
impl Freeze for PlotMetaType
impl RefUnwindSafe for PlotMetaType
impl Send for PlotMetaType
impl Sync for PlotMetaType
impl Unpin for PlotMetaType
impl UnwindSafe for PlotMetaType
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