Struct aws_sdk_quicksight::model::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() -> Builder
pub fn builder() -> Builder
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 more