#[non_exhaustive]pub struct AwsDynamoDbTableKeySchema { /* private fields */ }
Expand description
A component of the key schema for the DynamoDB table, a global secondary index, or a local secondary index.
Implementations§
source§impl AwsDynamoDbTableKeySchema
impl AwsDynamoDbTableKeySchema
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsDynamoDbTableKeySchema
.
Trait Implementations§
source§impl Clone for AwsDynamoDbTableKeySchema
impl Clone for AwsDynamoDbTableKeySchema
source§fn clone(&self) -> AwsDynamoDbTableKeySchema
fn clone(&self) -> AwsDynamoDbTableKeySchema
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 AwsDynamoDbTableKeySchema
impl Debug for AwsDynamoDbTableKeySchema
source§impl PartialEq<AwsDynamoDbTableKeySchema> for AwsDynamoDbTableKeySchema
impl PartialEq<AwsDynamoDbTableKeySchema> for AwsDynamoDbTableKeySchema
source§fn eq(&self, other: &AwsDynamoDbTableKeySchema) -> bool
fn eq(&self, other: &AwsDynamoDbTableKeySchema) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.