pub struct FlightsRequest { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for FlightsRequest
impl Clone for FlightsRequest
Source§fn clone(&self) -> FlightsRequest
fn clone(&self) -> FlightsRequest
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 FlightsRequest
impl Debug for FlightsRequest
Source§impl From<FlightsRequestBuilder> for FlightsRequest
impl From<FlightsRequestBuilder> for FlightsRequest
Source§fn from(frb: FlightsRequestBuilder) -> Self
fn from(frb: FlightsRequestBuilder) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for FlightsRequest
impl RefUnwindSafe for FlightsRequest
impl Send for FlightsRequest
impl Sync for FlightsRequest
impl Unpin for FlightsRequest
impl UnwindSafe for FlightsRequest
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