Struct seaplane_cli::ops::formation::FlightStatus
source · 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 copy 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<FlightStatus> for FlightStatus
impl PartialEq<FlightStatus> for FlightStatus
source§fn eq(&self, other: &FlightStatus) -> bool
fn eq(&self, other: &FlightStatus) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for FlightStatus
impl Serialize for FlightStatus
impl Eq for FlightStatus
impl StructuralEq for FlightStatus
impl StructuralPartialEq for FlightStatus
Auto Trait Implementations§
impl RefUnwindSafe for FlightStatus
impl Send for FlightStatus
impl Sync for FlightStatus
impl Unpin for FlightStatus
impl UnwindSafe for FlightStatus
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.