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