#[non_exhaustive]pub struct MapMatchingConfig { /* private fields */ }
Expand description
Implementations§
source§impl MapMatchingConfig
impl MapMatchingConfig
sourcepub fn id_attribute_name(&self) -> Option<&str>
pub fn id_attribute_name(&self) -> Option<&str>
sourcepub fn y_attribute_name(&self) -> Option<&str>
pub fn y_attribute_name(&self) -> Option<&str>
The name of the Y-attribute
sourcepub fn x_attribute_name(&self) -> Option<&str>
pub fn x_attribute_name(&self) -> Option<&str>
The name of the X-attribute
sourcepub fn timestamp_attribute_name(&self) -> Option<&str>
pub fn timestamp_attribute_name(&self) -> Option<&str>
The name of the timestamp attribute.
source§impl MapMatchingConfig
impl MapMatchingConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture MapMatchingConfig
.
Trait Implementations§
source§impl Clone for MapMatchingConfig
impl Clone for MapMatchingConfig
source§fn clone(&self) -> MapMatchingConfig
fn clone(&self) -> MapMatchingConfig
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 MapMatchingConfig
impl Debug for MapMatchingConfig
source§impl PartialEq<MapMatchingConfig> for MapMatchingConfig
impl PartialEq<MapMatchingConfig> for MapMatchingConfig
source§fn eq(&self, other: &MapMatchingConfig) -> bool
fn eq(&self, other: &MapMatchingConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.