pub enum TickLabelPositionValues {
High,
Low,
NextTo,
None,
}Variants§
Trait Implementations§
Source§impl Clone for TickLabelPositionValues
impl Clone for TickLabelPositionValues
Source§fn clone(&self) -> TickLabelPositionValues
fn clone(&self) -> TickLabelPositionValues
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 TickLabelPositionValues
impl Debug for TickLabelPositionValues
Source§impl Default for TickLabelPositionValues
impl Default for TickLabelPositionValues
Source§impl EnumTrait for TickLabelPositionValues
impl EnumTrait for TickLabelPositionValues
fn get_value_string(&self) -> &str
Auto Trait Implementations§
impl Freeze for TickLabelPositionValues
impl RefUnwindSafe for TickLabelPositionValues
impl Send for TickLabelPositionValues
impl Sync for TickLabelPositionValues
impl Unpin for TickLabelPositionValues
impl UnwindSafe for TickLabelPositionValues
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