Struct aws_sdk_quicksight::model::GeospatialMapFieldWells
source · #[non_exhaustive]pub struct GeospatialMapFieldWells { /* private fields */ }
Expand description
The field wells of a GeospatialMapVisual
.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
Implementations§
source§impl GeospatialMapFieldWells
impl GeospatialMapFieldWells
sourcepub fn geospatial_map_aggregated_field_wells(
&self
) -> Option<&GeospatialMapAggregatedFieldWells>
pub fn geospatial_map_aggregated_field_wells(
&self
) -> Option<&GeospatialMapAggregatedFieldWells>
The aggregated field well for a geospatial map.
source§impl GeospatialMapFieldWells
impl GeospatialMapFieldWells
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GeospatialMapFieldWells
.
Trait Implementations§
source§impl Clone for GeospatialMapFieldWells
impl Clone for GeospatialMapFieldWells
source§fn clone(&self) -> GeospatialMapFieldWells
fn clone(&self) -> GeospatialMapFieldWells
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 GeospatialMapFieldWells
impl Debug for GeospatialMapFieldWells
source§impl PartialEq<GeospatialMapFieldWells> for GeospatialMapFieldWells
impl PartialEq<GeospatialMapFieldWells> for GeospatialMapFieldWells
source§fn eq(&self, other: &GeospatialMapFieldWells) -> bool
fn eq(&self, other: &GeospatialMapFieldWells) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.