Struct lta_models::taxi::taxi_stands::TaxiStand
source · pub struct TaxiStand {
pub taxi_code: String,
pub lat: f64,
pub long: f64,
pub is_barrier_free: bool,
pub owner: TaxiStandOwner,
pub stand_type: TaxiStandType,
pub name: String,
}
Fields§
§taxi_code: String
§lat: f64
§long: f64
§is_barrier_free: bool
§owner: TaxiStandOwner
§stand_type: TaxiStandType
§name: String
Trait Implementations§
source§impl<'de> Deserialize<'de> for TaxiStand
impl<'de> Deserialize<'de> for TaxiStand
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<TaxiStandRaw> for TaxiStand
impl From<TaxiStandRaw> for TaxiStand
source§fn from(r: TaxiStandRaw) -> Self
fn from(r: TaxiStandRaw) -> Self
Converts to this type from the input type.
source§impl PartialEq for TaxiStand
impl PartialEq for TaxiStand
impl StructuralPartialEq for TaxiStand
Auto Trait Implementations§
impl RefUnwindSafe for TaxiStand
impl Send for TaxiStand
impl Sync for TaxiStand
impl Unpin for TaxiStand
impl UnwindSafe for TaxiStand
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