Struct openaip::Airspace[][src]

pub struct Airspace {
    pub category: Category,
    pub version: String,
    pub id: String,
    pub country: String,
    pub name: String,
    pub top: AltitudeLimit,
    pub bottom: AltitudeLimit,
    pub geometry: Geometry,
}

Fields

category: Categoryversion: String

An openAIP specific value that represents the git commit ID that included this airspace

id: String

An openAIP specific value that represents the internal ID of this airspace

country: String

The airspace’s ISO 3166-1 alpha-2 country code

name: String

The airspace name

top: AltitudeLimit

The airspace upper ceiling

bottom: AltitudeLimit

The airspace lower ceiling

geometry: Geometry

The airspace geometry element

Trait Implementations

Formats the value using the given formatter. Read more

The type returned in the event of a conversion error.

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.