Struct aws_sdk_keyspaces::model::ClusteringKey
source · #[non_exhaustive]pub struct ClusteringKey { /* private fields */ }
Expand description
The optional clustering column portion of your primary key determines how the data is clustered and sorted within each partition.
Implementations§
source§impl ClusteringKey
impl ClusteringKey
source§impl ClusteringKey
impl ClusteringKey
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ClusteringKey
.
Trait Implementations§
source§impl Clone for ClusteringKey
impl Clone for ClusteringKey
source§fn clone(&self) -> ClusteringKey
fn clone(&self) -> ClusteringKey
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