Struct libits_client::reception::exchange::PathPosition
source · [−]pub struct PathPosition {
pub delta_latitude: Option<i32>,
pub delta_longitude: Option<i32>,
pub delta_altitude: Option<i32>,
}Fields
delta_latitude: Option<i32>delta_longitude: Option<i32>delta_altitude: Option<i32>Trait Implementations
sourceimpl Clone for PathPosition
impl Clone for PathPosition
sourcefn clone(&self) -> PathPosition
fn clone(&self) -> PathPosition
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for PathPosition
impl Debug for PathPosition
sourceimpl Default for PathPosition
impl Default for PathPosition
sourcefn default() -> PathPosition
fn default() -> PathPosition
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for PathPosition
impl<'de> Deserialize<'de> for PathPosition
sourcefn 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
sourceimpl Hash for PathPosition
impl Hash for PathPosition
sourceimpl PartialEq<PathPosition> for PathPosition
impl PartialEq<PathPosition> for PathPosition
sourcefn eq(&self, other: &PathPosition) -> bool
fn eq(&self, other: &PathPosition) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &PathPosition) -> bool
fn ne(&self, other: &PathPosition) -> bool
This method tests for !=.
sourceimpl Serialize for PathPosition
impl Serialize for PathPosition
impl StructuralPartialEq for PathPosition
Auto Trait Implementations
impl RefUnwindSafe for PathPosition
impl Send for PathPosition
impl Sync for PathPosition
impl Unpin for PathPosition
impl UnwindSafe for PathPosition
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more