#[non_exhaustive]pub struct GeoSpatialColumnGroupBuilder { /* private fields */ }
Expand description
A builder for GeoSpatialColumnGroup
.
Implementations§
source§impl GeoSpatialColumnGroupBuilder
impl GeoSpatialColumnGroupBuilder
sourcepub fn country_code(self, input: GeoSpatialCountryCode) -> Self
pub fn country_code(self, input: GeoSpatialCountryCode) -> Self
Country code.
sourcepub fn set_country_code(self, input: Option<GeoSpatialCountryCode>) -> Self
pub fn set_country_code(self, input: Option<GeoSpatialCountryCode>) -> Self
Country code.
sourcepub fn columns(self, input: impl Into<String>) -> Self
pub fn columns(self, input: impl Into<String>) -> Self
Appends an item to columns
.
To override the contents of this collection use set_columns
.
Columns in this hierarchy.
sourcepub fn set_columns(self, input: Option<Vec<String>>) -> Self
pub fn set_columns(self, input: Option<Vec<String>>) -> Self
Columns in this hierarchy.
sourcepub fn build(self) -> GeoSpatialColumnGroup
pub fn build(self) -> GeoSpatialColumnGroup
Consumes the builder and constructs a GeoSpatialColumnGroup
.
Trait Implementations§
source§impl Clone for GeoSpatialColumnGroupBuilder
impl Clone for GeoSpatialColumnGroupBuilder
source§fn clone(&self) -> GeoSpatialColumnGroupBuilder
fn clone(&self) -> GeoSpatialColumnGroupBuilder
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 GeoSpatialColumnGroupBuilder
impl Debug for GeoSpatialColumnGroupBuilder
source§impl Default for GeoSpatialColumnGroupBuilder
impl Default for GeoSpatialColumnGroupBuilder
source§fn default() -> GeoSpatialColumnGroupBuilder
fn default() -> GeoSpatialColumnGroupBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GeoSpatialColumnGroupBuilder> for GeoSpatialColumnGroupBuilder
impl PartialEq<GeoSpatialColumnGroupBuilder> for GeoSpatialColumnGroupBuilder
source§fn eq(&self, other: &GeoSpatialColumnGroupBuilder) -> bool
fn eq(&self, other: &GeoSpatialColumnGroupBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.