#[non_exhaustive]pub struct CreateDocumentClassifierOutput { /* private fields */ }Implementations
sourceimpl CreateDocumentClassifierOutput
impl CreateDocumentClassifierOutput
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.
sourceimpl CreateDocumentClassifierOutput
impl CreateDocumentClassifierOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateDocumentClassifierOutput.
Trait Implementations
sourceimpl Clone for CreateDocumentClassifierOutput
impl Clone for CreateDocumentClassifierOutput
sourcefn clone(&self) -> CreateDocumentClassifierOutput
fn clone(&self) -> CreateDocumentClassifierOutput
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<CreateDocumentClassifierOutput> for CreateDocumentClassifierOutput
impl PartialEq<CreateDocumentClassifierOutput> for CreateDocumentClassifierOutput
sourcefn eq(&self, other: &CreateDocumentClassifierOutput) -> bool
fn eq(&self, other: &CreateDocumentClassifierOutput) -> bool
impl StructuralPartialEq for CreateDocumentClassifierOutput
Auto Trait Implementations
impl RefUnwindSafe for CreateDocumentClassifierOutput
impl Send for CreateDocumentClassifierOutput
impl Sync for CreateDocumentClassifierOutput
impl Unpin for CreateDocumentClassifierOutput
impl UnwindSafe for CreateDocumentClassifierOutput
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