pub enum PointKeyFamily {
Cartesian,
Geographic,
}Expand description
Which coordinate family the caller used.
Variants§
Trait Implementations§
Source§impl Clone for PointKeyFamily
impl Clone for PointKeyFamily
Source§fn clone(&self) -> PointKeyFamily
fn clone(&self) -> PointKeyFamily
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 PointKeyFamily
impl Debug for PointKeyFamily
Source§impl PartialEq for PointKeyFamily
impl PartialEq for PointKeyFamily
impl Copy for PointKeyFamily
impl Eq for PointKeyFamily
impl StructuralPartialEq for PointKeyFamily
Auto Trait Implementations§
impl Freeze for PointKeyFamily
impl RefUnwindSafe for PointKeyFamily
impl Send for PointKeyFamily
impl Sync for PointKeyFamily
impl Unpin for PointKeyFamily
impl UnsafeUnpin for PointKeyFamily
impl UnwindSafe for PointKeyFamily
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