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