pub struct ElevationSample {
pub ele_m: f64,
pub confidence: f64,
pub provenance: Provenance,
}Fields§
§ele_m: f64§confidence: f64§provenance: ProvenanceTrait Implementations§
Source§impl Clone for ElevationSample
impl Clone for ElevationSample
Source§fn clone(&self) -> ElevationSample
fn clone(&self) -> ElevationSample
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ElevationSample
impl Debug for ElevationSample
Source§impl<'de> Deserialize<'de> for ElevationSample
impl<'de> Deserialize<'de> for ElevationSample
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 ElevationSample
impl PartialEq for ElevationSample
Source§impl Serialize for ElevationSample
impl Serialize for ElevationSample
impl StructuralPartialEq for ElevationSample
Auto Trait Implementations§
impl Freeze for ElevationSample
impl RefUnwindSafe for ElevationSample
impl Send for ElevationSample
impl Sync for ElevationSample
impl Unpin for ElevationSample
impl UnsafeUnpin for ElevationSample
impl UnwindSafe for ElevationSample
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