pub enum PlotKind {
Bar,
Line,
Scatter,
}Variants§
Implementations§
Trait Implementations§
impl Copy for PlotKind
impl Eq for PlotKind
impl StructuralPartialEq for PlotKind
Auto Trait Implementations§
impl Freeze for PlotKind
impl RefUnwindSafe for PlotKind
impl Send for PlotKind
impl Sync for PlotKind
impl Unpin for PlotKind
impl UnwindSafe for PlotKind
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