pub struct CancelFlightPath {
pub flight_id: String,
}Expand description
path parameters for cancelFlight.
Fields§
§flight_id: StringIdentifier of the queued flight.
Trait Implementations§
Source§impl Clone for CancelFlightPath
impl Clone for CancelFlightPath
Source§impl Debug for CancelFlightPath
impl Debug for CancelFlightPath
Source§impl<'de> Deserialize<'de> for CancelFlightPath
impl<'de> Deserialize<'de> for CancelFlightPath
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for CancelFlightPath
impl PartialEq for CancelFlightPath
Source§impl Serialize for CancelFlightPath
impl Serialize for CancelFlightPath
impl StructuralPartialEq for CancelFlightPath
Auto Trait Implementations§
impl Freeze for CancelFlightPath
impl RefUnwindSafe for CancelFlightPath
impl Send for CancelFlightPath
impl Sync for CancelFlightPath
impl Unpin for CancelFlightPath
impl UnsafeUnpin for CancelFlightPath
impl UnwindSafe for CancelFlightPath
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