pub struct ApproachSettlementEventLocation {
pub latitude: f32,
pub longitude: f32,
}
Fields§
§latitude: f32
The latitude of the settlement on the planet.
longitude: f32
The longitude of the settlement on the planet.
Trait Implementations§
Source§impl Clone for ApproachSettlementEventLocation
impl Clone for ApproachSettlementEventLocation
Source§fn clone(&self) -> ApproachSettlementEventLocation
fn clone(&self) -> ApproachSettlementEventLocation
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<'de> Deserialize<'de> for ApproachSettlementEventLocation
impl<'de> Deserialize<'de> for ApproachSettlementEventLocation
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 ApproachSettlementEventLocation
impl PartialEq for ApproachSettlementEventLocation
Source§fn eq(&self, other: &ApproachSettlementEventLocation) -> bool
fn eq(&self, other: &ApproachSettlementEventLocation) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for ApproachSettlementEventLocation
Auto Trait Implementations§
impl Freeze for ApproachSettlementEventLocation
impl RefUnwindSafe for ApproachSettlementEventLocation
impl Send for ApproachSettlementEventLocation
impl Sync for ApproachSettlementEventLocation
impl Unpin for ApproachSettlementEventLocation
impl UnwindSafe for ApproachSettlementEventLocation
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