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