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

pub enum DistanceType {
    SloppyArc,
    Arc,
    Plane,
}

DistanceType

Variants

SloppyArcArcPlane

Trait Implementations

impl Debug for DistanceType
[src]

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

Formats the value using the given formatter.

impl Serialize for DistanceType
[src]

fn serialize<S>(&self, serializer: &mut S) -> Result<(), S::Error> where S: Serializer

Serializes this value into this serializer.