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