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