pub enum DiagramTab {
Info,
Polar,
Cartesian,
Heatmap,
Validation,
}Expand description
Available diagram tabs
Variants§
Trait Implementations§
Source§impl Clone for DiagramTab
impl Clone for DiagramTab
Source§fn clone(&self) -> DiagramTab
fn clone(&self) -> DiagramTab
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 DiagramTab
impl Debug for DiagramTab
Source§impl Default for DiagramTab
impl Default for DiagramTab
Source§fn default() -> DiagramTab
fn default() -> DiagramTab
Returns the “default value” for a type. Read more
Source§impl PartialEq for DiagramTab
impl PartialEq for DiagramTab
impl Copy for DiagramTab
impl Eq for DiagramTab
impl StructuralPartialEq for DiagramTab
Auto Trait Implementations§
impl Freeze for DiagramTab
impl RefUnwindSafe for DiagramTab
impl Send for DiagramTab
impl Sync for DiagramTab
impl Unpin for DiagramTab
impl UnsafeUnpin for DiagramTab
impl UnwindSafe for DiagramTab
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