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