#[non_exhaustive]pub struct StopInferenceRecommendationsJobOutput {}
Implementations§
source§impl StopInferenceRecommendationsJobOutput
impl StopInferenceRecommendationsJobOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StopInferenceRecommendationsJobOutput
.
Trait Implementations§
source§impl Clone for StopInferenceRecommendationsJobOutput
impl Clone for StopInferenceRecommendationsJobOutput
source§fn clone(&self) -> StopInferenceRecommendationsJobOutput
fn clone(&self) -> StopInferenceRecommendationsJobOutput
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 PartialEq<StopInferenceRecommendationsJobOutput> for StopInferenceRecommendationsJobOutput
impl PartialEq<StopInferenceRecommendationsJobOutput> for StopInferenceRecommendationsJobOutput
source§fn eq(&self, other: &StopInferenceRecommendationsJobOutput) -> bool
fn eq(&self, other: &StopInferenceRecommendationsJobOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.