Struct aws_sdk_comprehend::operation::stop_training_document_classifier::builders::StopTrainingDocumentClassifierOutputBuilder
source · #[non_exhaustive]pub struct StopTrainingDocumentClassifierOutputBuilder { /* private fields */ }
Expand description
A builder for StopTrainingDocumentClassifierOutput
.
Implementations§
source§impl StopTrainingDocumentClassifierOutputBuilder
impl StopTrainingDocumentClassifierOutputBuilder
sourcepub fn build(self) -> StopTrainingDocumentClassifierOutput
pub fn build(self) -> StopTrainingDocumentClassifierOutput
Consumes the builder and constructs a StopTrainingDocumentClassifierOutput
.
Trait Implementations§
source§impl Clone for StopTrainingDocumentClassifierOutputBuilder
impl Clone for StopTrainingDocumentClassifierOutputBuilder
source§fn clone(&self) -> StopTrainingDocumentClassifierOutputBuilder
fn clone(&self) -> StopTrainingDocumentClassifierOutputBuilder
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 Default for StopTrainingDocumentClassifierOutputBuilder
impl Default for StopTrainingDocumentClassifierOutputBuilder
source§fn default() -> StopTrainingDocumentClassifierOutputBuilder
fn default() -> StopTrainingDocumentClassifierOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for StopTrainingDocumentClassifierOutputBuilder
impl PartialEq for StopTrainingDocumentClassifierOutputBuilder
source§fn eq(&self, other: &StopTrainingDocumentClassifierOutputBuilder) -> bool
fn eq(&self, other: &StopTrainingDocumentClassifierOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for StopTrainingDocumentClassifierOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for StopTrainingDocumentClassifierOutputBuilder
impl Send for StopTrainingDocumentClassifierOutputBuilder
impl Sync for StopTrainingDocumentClassifierOutputBuilder
impl Unpin for StopTrainingDocumentClassifierOutputBuilder
impl UnwindSafe for StopTrainingDocumentClassifierOutputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.