pub struct Taxi;Expand description
Taxi type that implements APIs. Can be either blocking or async
Trait Implementations§
Source§impl Ord for Taxi
impl Ord for Taxi
Source§impl PartialOrd for Taxi
impl PartialOrd for Taxi
Source§impl TaxiRequests<LTAClient> for Taxi
impl TaxiRequests<LTAClient> for Taxi
Source§fn get_taxi_avail<'life0, 'async_trait, S>(
client: &'life0 LTAClient,
skip: S,
) -> Pin<Box<dyn Future<Output = LTAResult<Vec<Coordinates>>> + Send + 'async_trait>>
fn get_taxi_avail<'life0, 'async_trait, S>( client: &'life0 LTAClient, skip: S, ) -> Pin<Box<dyn Future<Output = LTAResult<Vec<Coordinates>>> + Send + 'async_trait>>
Returns location coordinates of all Taxis that are currently available for
hire. Does not include “Hired” or “Busy” Taxis. Read more
impl Copy for Taxi
impl Eq for Taxi
impl StructuralPartialEq for Taxi
Auto Trait Implementations§
impl Freeze for Taxi
impl RefUnwindSafe for Taxi
impl Send for Taxi
impl Sync for Taxi
impl Unpin for Taxi
impl UnwindSafe for Taxi
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.