pub enum BarLabelPosition {
StartOutside,
StartInside,
Center,
EndInside,
EndOutside,
}
Expand description
BarLabelPosition represents available label positions of a bar shape.
Variants§
Trait Implementations§
Source§impl Clone for BarLabelPosition
impl Clone for BarLabelPosition
Source§fn clone(&self) -> BarLabelPosition
fn clone(&self) -> BarLabelPosition
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 BarLabelPosition
impl Debug for BarLabelPosition
Source§impl PartialEq for BarLabelPosition
impl PartialEq for BarLabelPosition
Source§impl PartialOrd for BarLabelPosition
impl PartialOrd for BarLabelPosition
impl Copy for BarLabelPosition
impl StructuralPartialEq for BarLabelPosition
Auto Trait Implementations§
impl Freeze for BarLabelPosition
impl RefUnwindSafe for BarLabelPosition
impl Send for BarLabelPosition
impl Sync for BarLabelPosition
impl Unpin for BarLabelPosition
impl UnwindSafe for BarLabelPosition
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