#[non_exhaustive]pub struct DescribeDocumentClassificationJobInput { /* private fields */ }Implementations
sourceimpl DescribeDocumentClassificationJobInput
impl DescribeDocumentClassificationJobInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeDocumentClassificationJob, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeDocumentClassificationJob, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeDocumentClassificationJob>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeDocumentClassificationJobInput.
Trait Implementations
sourceimpl Clone for DescribeDocumentClassificationJobInput
impl Clone for DescribeDocumentClassificationJobInput
sourcefn clone(&self) -> DescribeDocumentClassificationJobInput
fn clone(&self) -> DescribeDocumentClassificationJobInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<DescribeDocumentClassificationJobInput> for DescribeDocumentClassificationJobInput
impl PartialEq<DescribeDocumentClassificationJobInput> for DescribeDocumentClassificationJobInput
sourcefn eq(&self, other: &DescribeDocumentClassificationJobInput) -> bool
fn eq(&self, other: &DescribeDocumentClassificationJobInput) -> bool
impl StructuralPartialEq for DescribeDocumentClassificationJobInput
Auto Trait Implementations
impl RefUnwindSafe for DescribeDocumentClassificationJobInput
impl Send for DescribeDocumentClassificationJobInput
impl Sync for DescribeDocumentClassificationJobInput
impl Unpin for DescribeDocumentClassificationJobInput
impl UnwindSafe for DescribeDocumentClassificationJobInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more