pub enum TickMarkValues {
Cross,
Inside,
None,
Outside,
}Variants§
Trait Implementations§
Source§impl Clone for TickMarkValues
impl Clone for TickMarkValues
Source§fn clone(&self) -> TickMarkValues
fn clone(&self) -> TickMarkValues
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 TickMarkValues
impl Debug for TickMarkValues
Source§impl Default for TickMarkValues
impl Default for TickMarkValues
Source§fn default() -> TickMarkValues
fn default() -> TickMarkValues
Returns the “default value” for a type. Read more
Source§impl EnumTrait for TickMarkValues
impl EnumTrait for TickMarkValues
fn get_value_string(&self) -> &str
Auto Trait Implementations§
impl Freeze for TickMarkValues
impl RefUnwindSafe for TickMarkValues
impl Send for TickMarkValues
impl Sync for TickMarkValues
impl Unpin for TickMarkValues
impl UnwindSafe for TickMarkValues
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