pub enum AircraftIdentificationType {
NoStatement,
FlightNumber,
TailNumber,
Unspecified(u8),
}Expand description
UID 357
Variants§
Trait Implementations§
Source§impl Clone for AircraftIdentificationType
impl Clone for AircraftIdentificationType
Source§fn clone(&self) -> AircraftIdentificationType
fn clone(&self) -> AircraftIdentificationType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AircraftIdentificationType
impl Debug for AircraftIdentificationType
Source§impl Default for AircraftIdentificationType
impl Default for AircraftIdentificationType
Source§impl Display for AircraftIdentificationType
impl Display for AircraftIdentificationType
Source§impl From<AircraftIdentificationType> for u8
impl From<AircraftIdentificationType> for u8
Source§fn from(value: AircraftIdentificationType) -> Self
fn from(value: AircraftIdentificationType) -> Self
Converts to this type from the input type.
Source§impl From<u8> for AircraftIdentificationType
impl From<u8> for AircraftIdentificationType
Source§impl Hash for AircraftIdentificationType
impl Hash for AircraftIdentificationType
impl Copy for AircraftIdentificationType
impl Eq for AircraftIdentificationType
impl StructuralPartialEq for AircraftIdentificationType
Auto Trait Implementations§
impl Freeze for AircraftIdentificationType
impl RefUnwindSafe for AircraftIdentificationType
impl Send for AircraftIdentificationType
impl Sync for AircraftIdentificationType
impl Unpin for AircraftIdentificationType
impl UnwindSafe for AircraftIdentificationType
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