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