pub enum GroundState {
NoState,
OnFrequency,
DeIcing,
Startup,
Pushback,
Taxi,
LineUp,
TakeOff,
TaxiIn,
OnBlock,
}Variants§
Trait Implementations§
Source§impl Clone for GroundState
impl Clone for GroundState
Source§fn clone(&self) -> GroundState
fn clone(&self) -> GroundState
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 GroundState
impl Debug for GroundState
Source§impl Display for GroundState
impl Display for GroundState
impl Copy for GroundState
Auto Trait Implementations§
impl Freeze for GroundState
impl RefUnwindSafe for GroundState
impl Send for GroundState
impl Sync for GroundState
impl Unpin for GroundState
impl UnwindSafe for GroundState
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