#[non_exhaustive]pub struct GeospatialMapStyleOptions { /* private fields */ }Expand description
The map style options of the geospatial map.
Implementations§
source§impl GeospatialMapStyleOptions
impl GeospatialMapStyleOptions
sourcepub fn base_map_style(&self) -> Option<&BaseMapStyleType>
pub fn base_map_style(&self) -> Option<&BaseMapStyleType>
The base map style of the geospatial map.
source§impl GeospatialMapStyleOptions
impl GeospatialMapStyleOptions
sourcepub fn builder() -> GeospatialMapStyleOptionsBuilder
pub fn builder() -> GeospatialMapStyleOptionsBuilder
Creates a new builder-style object to manufacture GeospatialMapStyleOptions.
Trait Implementations§
source§impl Clone for GeospatialMapStyleOptions
impl Clone for GeospatialMapStyleOptions
source§fn clone(&self) -> GeospatialMapStyleOptions
fn clone(&self) -> GeospatialMapStyleOptions
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 GeospatialMapStyleOptions
impl Debug for GeospatialMapStyleOptions
source§impl PartialEq<GeospatialMapStyleOptions> for GeospatialMapStyleOptions
impl PartialEq<GeospatialMapStyleOptions> for GeospatialMapStyleOptions
source§fn eq(&self, other: &GeospatialMapStyleOptions) -> bool
fn eq(&self, other: &GeospatialMapStyleOptions) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GeospatialMapStyleOptions
Auto Trait Implementations§
impl RefUnwindSafe for GeospatialMapStyleOptions
impl Send for GeospatialMapStyleOptions
impl Sync for GeospatialMapStyleOptions
impl Unpin for GeospatialMapStyleOptions
impl UnwindSafe for GeospatialMapStyleOptions
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