Struct aws_sdk_quicksight::types::GeoSpatialColumnGroup
source · #[non_exhaustive]pub struct GeoSpatialColumnGroup { /* private fields */ }
Expand description
Geospatial column group that denotes a hierarchy.
Implementations§
source§impl GeoSpatialColumnGroup
impl GeoSpatialColumnGroup
sourcepub fn builder() -> GeoSpatialColumnGroupBuilder
pub fn builder() -> GeoSpatialColumnGroupBuilder
Creates a new builder-style object to manufacture GeoSpatialColumnGroup
.
Trait Implementations§
source§impl Clone for GeoSpatialColumnGroup
impl Clone for GeoSpatialColumnGroup
source§fn clone(&self) -> GeoSpatialColumnGroup
fn clone(&self) -> GeoSpatialColumnGroup
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 GeoSpatialColumnGroup
impl Debug for GeoSpatialColumnGroup
source§impl PartialEq<GeoSpatialColumnGroup> for GeoSpatialColumnGroup
impl PartialEq<GeoSpatialColumnGroup> for GeoSpatialColumnGroup
source§fn eq(&self, other: &GeoSpatialColumnGroup) -> bool
fn eq(&self, other: &GeoSpatialColumnGroup) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.