pub struct TrackRequest { /* private fields */ }Implementations§
Source§impl TrackRequest
impl TrackRequest
pub async fn send(&self) -> Result<FlightTrack, Error>
Trait Implementations§
Source§impl Clone for TrackRequest
impl Clone for TrackRequest
Source§fn clone(&self) -> TrackRequest
fn clone(&self) -> TrackRequest
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 moreAuto Trait Implementations§
impl Freeze for TrackRequest
impl RefUnwindSafe for TrackRequest
impl Send for TrackRequest
impl Sync for TrackRequest
impl Unpin for TrackRequest
impl UnwindSafe for TrackRequest
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