Struct aws_sdk_keyspaces::model::ColumnDefinition
source · #[non_exhaustive]pub struct ColumnDefinition { /* private fields */ }
Expand description
The names and data types of regular columns.
Implementations§
source§impl ColumnDefinition
impl ColumnDefinition
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ColumnDefinition
.
Trait Implementations§
source§impl Clone for ColumnDefinition
impl Clone for ColumnDefinition
source§fn clone(&self) -> ColumnDefinition
fn clone(&self) -> ColumnDefinition
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