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