pub enum AtcType {
Observer,
FlightServiceStation,
Delivery,
Ground,
Tower,
Approach,
Centre,
}Variants§
Trait Implementations§
impl Copy for AtcType
impl Eq for AtcType
impl StructuralPartialEq for AtcType
Auto Trait Implementations§
impl Freeze for AtcType
impl RefUnwindSafe for AtcType
impl Send for AtcType
impl Sync for AtcType
impl Unpin for AtcType
impl UnwindSafe for AtcType
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