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