pub enum TickLabelPosition {
High,
Low,
NextTo,
None,
}Expand description
Placement of tick labels relative to an axis.
Variants§
Trait Implementations§
Source§impl Clone for TickLabelPosition
impl Clone for TickLabelPosition
Source§fn clone(&self) -> TickLabelPosition
fn clone(&self) -> TickLabelPosition
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 TickLabelPosition
Source§impl Debug for TickLabelPosition
impl Debug for TickLabelPosition
Source§impl Default for TickLabelPosition
impl Default for TickLabelPosition
Source§fn default() -> TickLabelPosition
fn default() -> TickLabelPosition
Returns the “default value” for a type. Read more
impl Eq for TickLabelPosition
Source§impl PartialEq for TickLabelPosition
impl PartialEq for TickLabelPosition
impl StructuralPartialEq for TickLabelPosition
Auto Trait Implementations§
impl Freeze for TickLabelPosition
impl RefUnwindSafe for TickLabelPosition
impl Send for TickLabelPosition
impl Sync for TickLabelPosition
impl Unpin for TickLabelPosition
impl UnsafeUnpin for TickLabelPosition
impl UnwindSafe for TickLabelPosition
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