pub struct AircraftCode(/* private fields */);Expand description
IATA aircraft type code
Implementations§
Trait Implementations§
Source§impl Clone for AircraftCode
impl Clone for AircraftCode
Source§fn clone(&self) -> AircraftCode
fn clone(&self) -> AircraftCode
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 AircraftCode
impl Debug for AircraftCode
Source§impl<'de> Deserialize<'de> for AircraftCode
impl<'de> Deserialize<'de> for AircraftCode
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 AircraftCode
impl Display for AircraftCode
Source§impl FromStr for AircraftCode
impl FromStr for AircraftCode
Source§impl Hash for AircraftCode
impl Hash for AircraftCode
Source§impl Ord for AircraftCode
impl Ord for AircraftCode
Source§fn cmp(&self, other: &AircraftCode) -> Ordering
fn cmp(&self, other: &AircraftCode) -> 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 AircraftCode
impl PartialEq for AircraftCode
Source§impl PartialOrd for AircraftCode
impl PartialOrd for AircraftCode
Source§impl Serialize for AircraftCode
impl Serialize for AircraftCode
impl Copy for AircraftCode
impl Eq for AircraftCode
impl StructuralPartialEq for AircraftCode
Auto Trait Implementations§
impl Freeze for AircraftCode
impl RefUnwindSafe for AircraftCode
impl Send for AircraftCode
impl Sync for AircraftCode
impl Unpin for AircraftCode
impl UnwindSafe for AircraftCode
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