Struct aws_sdk_schemas::input::ExportSchemaInput
source · #[non_exhaustive]pub struct ExportSchemaInput { /* private fields */ }Implementations§
source§impl ExportSchemaInput
impl ExportSchemaInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ExportSchema, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ExportSchema, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ExportSchema>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ExportSchemaInput.
Trait Implementations§
source§impl Clone for ExportSchemaInput
impl Clone for ExportSchemaInput
source§fn clone(&self) -> ExportSchemaInput
fn clone(&self) -> ExportSchemaInput
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 ExportSchemaInput
impl Debug for ExportSchemaInput
source§impl PartialEq<ExportSchemaInput> for ExportSchemaInput
impl PartialEq<ExportSchemaInput> for ExportSchemaInput
source§fn eq(&self, other: &ExportSchemaInput) -> bool
fn eq(&self, other: &ExportSchemaInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.