Enum lta_models::taxi::taxi_stands::TaxiStandOwner
source · pub enum TaxiStandOwner {
Lta,
Ccs,
Private,
Unknown,
}
Variants§
Trait Implementations§
source§impl Clone for TaxiStandOwner
impl Clone for TaxiStandOwner
source§fn clone(&self) -> TaxiStandOwner
fn clone(&self) -> TaxiStandOwner
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 TaxiStandOwner
impl Debug for TaxiStandOwner
source§impl Default for TaxiStandOwner
impl Default for TaxiStandOwner
source§fn default() -> TaxiStandOwner
fn default() -> TaxiStandOwner
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for TaxiStandOwner
impl<'de> Deserialize<'de> for TaxiStandOwner
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 PartialEq for TaxiStandOwner
impl PartialEq for TaxiStandOwner
source§fn eq(&self, other: &TaxiStandOwner) -> bool
fn eq(&self, other: &TaxiStandOwner) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for TaxiStandOwner
impl Serialize for TaxiStandOwner
impl StructuralPartialEq for TaxiStandOwner
Auto Trait Implementations§
impl RefUnwindSafe for TaxiStandOwner
impl Send for TaxiStandOwner
impl Sync for TaxiStandOwner
impl Unpin for TaxiStandOwner
impl UnwindSafe for TaxiStandOwner
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