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