pub enum FlightRules {
DVFR,
SVFR,
VFR,
IFR,
}Variants§
Trait Implementations§
Source§impl Clone for FlightRules
impl Clone for FlightRules
Source§fn clone(&self) -> FlightRules
fn clone(&self) -> FlightRules
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 FlightRules
impl Debug for FlightRules
Source§impl Display for FlightRules
impl Display for FlightRules
Source§impl FromStr for FlightRules
impl FromStr for FlightRules
Source§impl PartialEq for FlightRules
impl PartialEq for FlightRules
impl Copy for FlightRules
impl Eq for FlightRules
impl StructuralPartialEq for FlightRules
Auto Trait Implementations§
impl Freeze for FlightRules
impl RefUnwindSafe for FlightRules
impl Send for FlightRules
impl Sync for FlightRules
impl Unpin for FlightRules
impl UnwindSafe for FlightRules
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