pub enum AxisOrientationType {
MaxMin,
MinMax,
}Variants§
Trait Implementations§
Source§impl Clone for AxisOrientationType
impl Clone for AxisOrientationType
Source§fn clone(&self) -> AxisOrientationType
fn clone(&self) -> AxisOrientationType
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 AxisOrientationType
impl Debug for AxisOrientationType
Source§impl<'de> Deserialize<'de> for AxisOrientationType
impl<'de> Deserialize<'de> for AxisOrientationType
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 AxisOrientationType
impl Display for AxisOrientationType
Source§impl FromStr for AxisOrientationType
impl FromStr for AxisOrientationType
Source§impl PartialEq for AxisOrientationType
impl PartialEq for AxisOrientationType
Source§impl Serialize for AxisOrientationType
impl Serialize for AxisOrientationType
impl Copy for AxisOrientationType
impl Eq for AxisOrientationType
impl StructuralPartialEq for AxisOrientationType
Auto Trait Implementations§
impl Freeze for AxisOrientationType
impl RefUnwindSafe for AxisOrientationType
impl Send for AxisOrientationType
impl Sync for AxisOrientationType
impl Unpin for AxisOrientationType
impl UnsafeUnpin for AxisOrientationType
impl UnwindSafe for AxisOrientationType
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