pub enum GeoDistanceType {
Plane,
Arc,
}
Expand description
How to compute the distance
Variants§
Trait Implementations§
Source§impl Clone for GeoDistanceType
impl Clone for GeoDistanceType
Source§fn clone(&self) -> GeoDistanceType
fn clone(&self) -> GeoDistanceType
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 GeoDistanceType
impl Debug for GeoDistanceType
Source§impl<'de> Deserialize<'de> for GeoDistanceType
impl<'de> Deserialize<'de> for GeoDistanceType
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 PartialEq for GeoDistanceType
impl PartialEq for GeoDistanceType
Source§impl Serialize for GeoDistanceType
impl Serialize for GeoDistanceType
impl Eq for GeoDistanceType
impl StructuralPartialEq for GeoDistanceType
Auto Trait Implementations§
impl Freeze for GeoDistanceType
impl RefUnwindSafe for GeoDistanceType
impl Send for GeoDistanceType
impl Sync for GeoDistanceType
impl Unpin for GeoDistanceType
impl UnwindSafe for GeoDistanceType
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