Struct aws_sdk_quicksight::model::ColumnGroupColumnSchema
source · #[non_exhaustive]pub struct ColumnGroupColumnSchema { /* private fields */ }
Expand description
A structure describing the name, data type, and geographic role of the columns.
Implementations§
source§impl ColumnGroupColumnSchema
impl ColumnGroupColumnSchema
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ColumnGroupColumnSchema
.
Trait Implementations§
source§impl Clone for ColumnGroupColumnSchema
impl Clone for ColumnGroupColumnSchema
source§fn clone(&self) -> ColumnGroupColumnSchema
fn clone(&self) -> ColumnGroupColumnSchema
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 ColumnGroupColumnSchema
impl Debug for ColumnGroupColumnSchema
source§impl PartialEq<ColumnGroupColumnSchema> for ColumnGroupColumnSchema
impl PartialEq<ColumnGroupColumnSchema> for ColumnGroupColumnSchema
source§fn eq(&self, other: &ColumnGroupColumnSchema) -> bool
fn eq(&self, other: &ColumnGroupColumnSchema) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.