#[non_exhaustive]pub struct DescribeDocumentClassifierInput { /* private fields */ }Implementations
sourceimpl DescribeDocumentClassifierInput
impl DescribeDocumentClassifierInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeDocumentClassifier, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeDocumentClassifier, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeDocumentClassifier>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeDocumentClassifierInput.
sourceimpl DescribeDocumentClassifierInput
impl DescribeDocumentClassifierInput
sourcepub fn document_classifier_arn(&self) -> Option<&str>
pub fn document_classifier_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) that identifies the document classifier. The operation returns this identifier in its response.
Trait Implementations
sourceimpl Clone for DescribeDocumentClassifierInput
impl Clone for DescribeDocumentClassifierInput
sourcefn clone(&self) -> DescribeDocumentClassifierInput
fn clone(&self) -> DescribeDocumentClassifierInput
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<DescribeDocumentClassifierInput> for DescribeDocumentClassifierInput
impl PartialEq<DescribeDocumentClassifierInput> for DescribeDocumentClassifierInput
sourcefn eq(&self, other: &DescribeDocumentClassifierInput) -> bool
fn eq(&self, other: &DescribeDocumentClassifierInput) -> bool
impl StructuralPartialEq for DescribeDocumentClassifierInput
Auto Trait Implementations
impl RefUnwindSafe for DescribeDocumentClassifierInput
impl Send for DescribeDocumentClassifierInput
impl Sync for DescribeDocumentClassifierInput
impl Unpin for DescribeDocumentClassifierInput
impl UnwindSafe for DescribeDocumentClassifierInput
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