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