pub struct FlightPlanMessage {
pub to: String,
pub callsign: String,
pub flight_plan: FlightPlan,
}Fields§
§to: String§callsign: String§flight_plan: FlightPlanImplementations§
Trait Implementations§
Source§impl Clone for FlightPlanMessage
impl Clone for FlightPlanMessage
Source§fn clone(&self) -> FlightPlanMessage
fn clone(&self) -> FlightPlanMessage
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 FlightPlanMessage
impl Debug for FlightPlanMessage
Source§impl Display for FlightPlanMessage
impl Display for FlightPlanMessage
Auto Trait Implementations§
impl Freeze for FlightPlanMessage
impl RefUnwindSafe for FlightPlanMessage
impl Send for FlightPlanMessage
impl Sync for FlightPlanMessage
impl Unpin for FlightPlanMessage
impl UnwindSafe for FlightPlanMessage
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