pub enum SubCodeKind {
Show 15 variants
GridMORA,
VHFNavaid,
NDBNavaid,
Waypoint,
Pad,
ReferencePoint,
Gate,
Runway,
TerminalWaypoint,
MSA,
CompanyRoute,
AlternateRecord,
CruisingTable,
ControlledAirspace,
RestrictiveAirspace,
}Variants§
GridMORA
Waypoint
Pad
ReferencePoint
Gate
Runway
TerminalWaypoint
MSA
CompanyRoute
AlternateRecord
CruisingTable
ControlledAirspace
RestrictiveAirspace
Trait Implementations§
Source§impl Debug for SubCodeKind
impl Debug for SubCodeKind
Source§impl PartialEq for SubCodeKind
impl PartialEq for SubCodeKind
impl StructuralPartialEq for SubCodeKind
Auto Trait Implementations§
impl Freeze for SubCodeKind
impl RefUnwindSafe for SubCodeKind
impl Send for SubCodeKind
impl Sync for SubCodeKind
impl Unpin for SubCodeKind
impl UnsafeUnpin for SubCodeKind
impl UnwindSafe for SubCodeKind
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