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