pub enum AxisPointerType {
Cross,
Line,
Shadow,
None,
}
Variants§
Trait Implementations§
Source§impl Clone for AxisPointerType
impl Clone for AxisPointerType
Source§fn clone(&self) -> AxisPointerType
fn clone(&self) -> AxisPointerType
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 AxisPointerType
impl Debug for AxisPointerType
Source§impl<'de> Deserialize<'de> for AxisPointerType
impl<'de> Deserialize<'de> for AxisPointerType
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
Auto Trait Implementations§
impl Freeze for AxisPointerType
impl RefUnwindSafe for AxisPointerType
impl Send for AxisPointerType
impl Sync for AxisPointerType
impl Unpin for AxisPointerType
impl UnwindSafe for AxisPointerType
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