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