pub struct FlightStatus { /* private fields */ }Implementations§
Source§impl FlightStatus
impl FlightStatus
Trait Implementations§
Source§impl Clone for FlightStatus
impl Clone for FlightStatus
Source§fn clone(&self) -> FlightStatus
fn clone(&self) -> FlightStatus
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 FlightStatus
impl Debug for FlightStatus
Source§impl PartialEq for FlightStatus
impl PartialEq for FlightStatus
Source§impl Serialize for FlightStatus
impl Serialize for FlightStatus
impl Eq for FlightStatus
impl StructuralPartialEq for FlightStatus
Auto Trait Implementations§
impl Freeze for FlightStatus
impl RefUnwindSafe for FlightStatus
impl Send for FlightStatus
impl Sync for FlightStatus
impl Unpin for FlightStatus
impl UnwindSafe for FlightStatus
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,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.