Struct lta_models::taxi::taxi_stands::TaxiStandsResp   
source · pub struct TaxiStandsResp { /* private fields */ }Trait Implementations§
source§impl Clone for TaxiStandsResp
 
impl Clone for TaxiStandsResp
source§fn clone(&self) -> TaxiStandsResp
 
fn clone(&self) -> TaxiStandsResp
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 TaxiStandsResp
 
impl Debug for TaxiStandsResp
source§impl<'de> Deserialize<'de> for TaxiStandsResp
 
impl<'de> Deserialize<'de> for TaxiStandsResp
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 From<TaxiStandsResp> for Vec<TaxiStand>
 
impl From<TaxiStandsResp> for Vec<TaxiStand>
source§fn from(data: TaxiStandsResp) -> Self
 
fn from(data: TaxiStandsResp) -> Self
Converts to this type from the input type.
source§impl PartialEq for TaxiStandsResp
 
impl PartialEq for TaxiStandsResp
source§fn eq(&self, other: &TaxiStandsResp) -> bool
 
fn eq(&self, other: &TaxiStandsResp) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl Serialize for TaxiStandsResp
 
impl Serialize for TaxiStandsResp
impl StructuralPartialEq for TaxiStandsResp
Auto Trait Implementations§
impl RefUnwindSafe for TaxiStandsResp
impl Send for TaxiStandsResp
impl Sync for TaxiStandsResp
impl Unpin for TaxiStandsResp
impl UnwindSafe for TaxiStandsResp
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