pub enum BarGrouping {
Clustered,
PercentStacked,
Stacked,
Standard,
}Expand description
Grouping modes supported by a two-dimensional bar plot.
Variants§
Trait Implementations§
Source§impl Clone for BarGrouping
impl Clone for BarGrouping
Source§fn clone(&self) -> BarGrouping
fn clone(&self) -> BarGrouping
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 BarGrouping
Source§impl Debug for BarGrouping
impl Debug for BarGrouping
impl Eq for BarGrouping
Source§impl PartialEq for BarGrouping
impl PartialEq for BarGrouping
impl StructuralPartialEq for BarGrouping
Auto Trait Implementations§
impl Freeze for BarGrouping
impl RefUnwindSafe for BarGrouping
impl Send for BarGrouping
impl Sync for BarGrouping
impl Unpin for BarGrouping
impl UnsafeUnpin for BarGrouping
impl UnwindSafe for BarGrouping
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