#[non_exhaustive]pub struct DeleteDocumentClassifierInput { /* private fields */ }Implementations
sourceimpl DeleteDocumentClassifierInput
impl DeleteDocumentClassifierInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteDocumentClassifier, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteDocumentClassifier, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteDocumentClassifier>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteDocumentClassifierInput.
sourceimpl DeleteDocumentClassifierInput
impl DeleteDocumentClassifierInput
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.
Trait Implementations
sourceimpl Clone for DeleteDocumentClassifierInput
impl Clone for DeleteDocumentClassifierInput
sourcefn clone(&self) -> DeleteDocumentClassifierInput
fn clone(&self) -> DeleteDocumentClassifierInput
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 Debug for DeleteDocumentClassifierInput
impl Debug for DeleteDocumentClassifierInput
sourceimpl PartialEq<DeleteDocumentClassifierInput> for DeleteDocumentClassifierInput
impl PartialEq<DeleteDocumentClassifierInput> for DeleteDocumentClassifierInput
sourcefn eq(&self, other: &DeleteDocumentClassifierInput) -> bool
fn eq(&self, other: &DeleteDocumentClassifierInput) -> bool
impl StructuralPartialEq for DeleteDocumentClassifierInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteDocumentClassifierInput
impl Send for DeleteDocumentClassifierInput
impl Sync for DeleteDocumentClassifierInput
impl Unpin for DeleteDocumentClassifierInput
impl UnwindSafe for DeleteDocumentClassifierInput
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