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