Enum rs_es::units::DistanceType [] [src]

pub enum DistanceType {
    SloppyArc,
    Arc,
    Plane,
}

DistanceType

Variants

SloppyArc
Arc
Plane

Trait Implementations

impl ToJson for DistanceType

fn to_json(&self) -> Json

Derived Implementations

impl Debug for DistanceType

fn fmt(&self, __arg_0: &mut Formatter) -> Result