pub enum TicksPosition {
Labels,
Boundaries,
}
Variants§
Trait Implementations§
Source§impl Clone for TicksPosition
impl Clone for TicksPosition
Source§fn clone(&self) -> TicksPosition
fn clone(&self) -> TicksPosition
Returns a copy 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 TicksPosition
impl Debug for TicksPosition
Auto Trait Implementations§
impl Freeze for TicksPosition
impl RefUnwindSafe for TicksPosition
impl Send for TicksPosition
impl Sync for TicksPosition
impl Unpin for TicksPosition
impl UnwindSafe for TicksPosition
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