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
sourceimpl ClusteringKey
impl ClusteringKey
sourceimpl ClusteringKey
impl ClusteringKey
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ClusteringKey
.
Trait Implementations
sourceimpl Clone for ClusteringKey
impl Clone for ClusteringKey
sourcefn clone(&self) -> ClusteringKey
fn clone(&self) -> ClusteringKey
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ClusteringKey
impl Debug for ClusteringKey
sourceimpl PartialEq<ClusteringKey> for ClusteringKey
impl PartialEq<ClusteringKey> for ClusteringKey
sourcefn eq(&self, other: &ClusteringKey) -> bool
fn eq(&self, other: &ClusteringKey) -> bool
impl StructuralPartialEq for ClusteringKey
Auto Trait Implementations
impl RefUnwindSafe for ClusteringKey
impl Send for ClusteringKey
impl Sync for ClusteringKey
impl Unpin for ClusteringKey
impl UnwindSafe for ClusteringKey
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more