pub struct AirAirport(/* private fields */);Implementations§
Source§impl AirAirport
impl AirAirport
Trait Implementations§
Source§impl Clone for AirAirport
impl Clone for AirAirport
Source§fn clone(&self) -> AirAirport
fn clone(&self) -> AirAirport
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 AirAirport
impl Debug for AirAirport
Source§impl From<AirAirport> for AnyLocatedNode
impl From<AirAirport> for AnyLocatedNode
Source§fn from(v: AirAirport) -> AnyLocatedNode
fn from(v: AirAirport) -> AnyLocatedNode
Converts to this type from the input type.
Source§impl From<AirAirport> for AnyNode
impl From<AirAirport> for AnyNode
Source§fn from(v: AirAirport) -> AnyNode
fn from(v: AirAirport) -> AnyNode
Converts to this type from the input type.
Source§impl From<u32> for AirAirport
impl From<u32> for AirAirport
Source§impl FromSql for AirAirport
impl FromSql for AirAirport
Source§fn column_result(value: ValueRef<'_>) -> FromSqlResult<Self>
fn column_result(value: ValueRef<'_>) -> FromSqlResult<Self>
Converts SQLite value into Rust value.
Source§impl LocatedNode for AirAirport
impl LocatedNode for AirAirport
Source§impl PartialEq for AirAirport
impl PartialEq for AirAirport
Source§impl TryInto<AirAirport> for AnyLocatedNode
impl TryInto<AirAirport> for AnyLocatedNode
Source§impl TryInto<AirAirport> for AnyNode
impl TryInto<AirAirport> for AnyNode
impl Copy for AirAirport
impl Eq for AirAirport
impl StructuralPartialEq for AirAirport
Auto Trait Implementations§
impl Freeze for AirAirport
impl RefUnwindSafe for AirAirport
impl Send for AirAirport
impl Sync for AirAirport
impl Unpin for AirAirport
impl UnwindSafe for AirAirport
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more