pub struct AirlineCode(/* private fields */);Expand description
IATA airline designators are used to identify an airline for commercial purposes in reservations, timetables, tickets, tariffs, air waybills and in telecommunications.
Implementations§
Trait Implementations§
Source§impl Clone for AirlineCode
impl Clone for AirlineCode
Source§fn clone(&self) -> AirlineCode
fn clone(&self) -> AirlineCode
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 AirlineCode
impl Debug for AirlineCode
Source§impl<'de> Deserialize<'de> for AirlineCode
impl<'de> Deserialize<'de> for AirlineCode
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for AirlineCode
impl Display for AirlineCode
Source§impl FromStr for AirlineCode
impl FromStr for AirlineCode
Source§impl Hash for AirlineCode
impl Hash for AirlineCode
Source§impl Ord for AirlineCode
impl Ord for AirlineCode
Source§fn cmp(&self, other: &AirlineCode) -> Ordering
fn cmp(&self, other: &AirlineCode) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AirlineCode
impl PartialEq for AirlineCode
Source§impl PartialOrd for AirlineCode
impl PartialOrd for AirlineCode
Source§impl Serialize for AirlineCode
impl Serialize for AirlineCode
impl Copy for AirlineCode
impl Eq for AirlineCode
impl StructuralPartialEq for AirlineCode
Auto Trait Implementations§
impl Freeze for AirlineCode
impl RefUnwindSafe for AirlineCode
impl Send for AirlineCode
impl Sync for AirlineCode
impl Unpin for AirlineCode
impl UnwindSafe for AirlineCode
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