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