pub enum TickLabelPositionType {
High,
Low,
NextTo,
None,
}Variants§
Trait Implementations§
Source§impl Clone for TickLabelPositionType
impl Clone for TickLabelPositionType
Source§fn clone(&self) -> TickLabelPositionType
fn clone(&self) -> TickLabelPositionType
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 TickLabelPositionType
impl Debug for TickLabelPositionType
Source§impl<'de> Deserialize<'de> for TickLabelPositionType
impl<'de> Deserialize<'de> for TickLabelPositionType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for TickLabelPositionType
impl Display for TickLabelPositionType
Source§impl FromStr for TickLabelPositionType
impl FromStr for TickLabelPositionType
Source§impl PartialEq for TickLabelPositionType
impl PartialEq for TickLabelPositionType
Source§impl Serialize for TickLabelPositionType
impl Serialize for TickLabelPositionType
impl Copy for TickLabelPositionType
impl Eq for TickLabelPositionType
impl StructuralPartialEq for TickLabelPositionType
Auto Trait Implementations§
impl Freeze for TickLabelPositionType
impl RefUnwindSafe for TickLabelPositionType
impl Send for TickLabelPositionType
impl Sync for TickLabelPositionType
impl Unpin for TickLabelPositionType
impl UnsafeUnpin for TickLabelPositionType
impl UnwindSafe for TickLabelPositionType
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