Struct aws_sdk_glue::output::CreatePartitionIndexOutput
source · #[non_exhaustive]pub struct CreatePartitionIndexOutput {}Implementations§
source§impl CreatePartitionIndexOutput
impl CreatePartitionIndexOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreatePartitionIndexOutput.
Trait Implementations§
source§impl Clone for CreatePartitionIndexOutput
impl Clone for CreatePartitionIndexOutput
source§fn clone(&self) -> CreatePartitionIndexOutput
fn clone(&self) -> CreatePartitionIndexOutput
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 CreatePartitionIndexOutput
impl Debug for CreatePartitionIndexOutput
source§impl PartialEq<CreatePartitionIndexOutput> for CreatePartitionIndexOutput
impl PartialEq<CreatePartitionIndexOutput> for CreatePartitionIndexOutput
source§fn eq(&self, other: &CreatePartitionIndexOutput) -> bool
fn eq(&self, other: &CreatePartitionIndexOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.