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