Struct aws_sdk_quicksight::types::ColumnGroupSchema
source · #[non_exhaustive]pub struct ColumnGroupSchema { /* private fields */ }
Expand description
The column group schema.
Implementations§
source§impl ColumnGroupSchema
impl ColumnGroupSchema
sourcepub fn column_group_column_schema_list(
&self
) -> Option<&[ColumnGroupColumnSchema]>
pub fn column_group_column_schema_list( &self ) -> Option<&[ColumnGroupColumnSchema]>
A structure containing the list of schemas for column group columns.
source§impl ColumnGroupSchema
impl ColumnGroupSchema
sourcepub fn builder() -> ColumnGroupSchemaBuilder
pub fn builder() -> ColumnGroupSchemaBuilder
Creates a new builder-style object to manufacture ColumnGroupSchema
.
Trait Implementations§
source§impl Clone for ColumnGroupSchema
impl Clone for ColumnGroupSchema
source§fn clone(&self) -> ColumnGroupSchema
fn clone(&self) -> ColumnGroupSchema
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 ColumnGroupSchema
impl Debug for ColumnGroupSchema
source§impl PartialEq<ColumnGroupSchema> for ColumnGroupSchema
impl PartialEq<ColumnGroupSchema> for ColumnGroupSchema
source§fn eq(&self, other: &ColumnGroupSchema) -> bool
fn eq(&self, other: &ColumnGroupSchema) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.