#[non_exhaustive]pub struct StartSchemaCreationInput { /* private fields */ }Implementations§
source§impl StartSchemaCreationInput
impl StartSchemaCreationInput
sourcepub fn builder() -> StartSchemaCreationInputBuilder
pub fn builder() -> StartSchemaCreationInputBuilder
Creates a new builder-style object to manufacture StartSchemaCreationInput.
source§impl StartSchemaCreationInput
impl StartSchemaCreationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StartSchemaCreation, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<StartSchemaCreation, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<StartSchemaCreation>
Trait Implementations§
source§impl Clone for StartSchemaCreationInput
impl Clone for StartSchemaCreationInput
source§fn clone(&self) -> StartSchemaCreationInput
fn clone(&self) -> StartSchemaCreationInput
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 StartSchemaCreationInput
impl Debug for StartSchemaCreationInput
source§impl PartialEq<StartSchemaCreationInput> for StartSchemaCreationInput
impl PartialEq<StartSchemaCreationInput> for StartSchemaCreationInput
source§fn eq(&self, other: &StartSchemaCreationInput) -> bool
fn eq(&self, other: &StartSchemaCreationInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for StartSchemaCreationInput
Auto Trait Implementations§
impl RefUnwindSafe for StartSchemaCreationInput
impl Send for StartSchemaCreationInput
impl Sync for StartSchemaCreationInput
impl Unpin for StartSchemaCreationInput
impl UnwindSafe for StartSchemaCreationInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more