pub enum DisplayDataType {
Coord,
TwoD,
}Variants§
Trait Implementations§
Source§impl Clone for DisplayDataType
impl Clone for DisplayDataType
Source§fn clone(&self) -> DisplayDataType
fn clone(&self) -> DisplayDataType
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 DisplayDataType
impl Debug for DisplayDataType
Source§impl Ord for DisplayDataType
impl Ord for DisplayDataType
Source§fn cmp(&self, other: &DisplayDataType) -> Ordering
fn cmp(&self, other: &DisplayDataType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DisplayDataType
impl PartialEq for DisplayDataType
Source§impl PartialOrd for DisplayDataType
impl PartialOrd for DisplayDataType
impl Copy for DisplayDataType
impl Eq for DisplayDataType
impl StructuralPartialEq for DisplayDataType
Auto Trait Implementations§
impl Freeze for DisplayDataType
impl RefUnwindSafe for DisplayDataType
impl Send for DisplayDataType
impl Sync for DisplayDataType
impl Unpin for DisplayDataType
impl UnwindSafe for DisplayDataType
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