#[non_exhaustive]pub struct DescribeSentimentDetectionJobOutput { /* private fields */ }Implementations
sourceimpl DescribeSentimentDetectionJobOutput
impl DescribeSentimentDetectionJobOutput
sourcepub fn sentiment_detection_job_properties(
&self
) -> Option<&SentimentDetectionJobProperties>
pub fn sentiment_detection_job_properties(
&self
) -> Option<&SentimentDetectionJobProperties>
An object that contains the properties associated with a sentiment detection job.
sourceimpl DescribeSentimentDetectionJobOutput
impl DescribeSentimentDetectionJobOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeSentimentDetectionJobOutput.
Trait Implementations
sourceimpl Clone for DescribeSentimentDetectionJobOutput
impl Clone for DescribeSentimentDetectionJobOutput
sourcefn clone(&self) -> DescribeSentimentDetectionJobOutput
fn clone(&self) -> DescribeSentimentDetectionJobOutput
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<DescribeSentimentDetectionJobOutput> for DescribeSentimentDetectionJobOutput
impl PartialEq<DescribeSentimentDetectionJobOutput> for DescribeSentimentDetectionJobOutput
sourcefn eq(&self, other: &DescribeSentimentDetectionJobOutput) -> bool
fn eq(&self, other: &DescribeSentimentDetectionJobOutput) -> bool
impl StructuralPartialEq for DescribeSentimentDetectionJobOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeSentimentDetectionJobOutput
impl Send for DescribeSentimentDetectionJobOutput
impl Sync for DescribeSentimentDetectionJobOutput
impl Unpin for DescribeSentimentDetectionJobOutput
impl UnwindSafe for DescribeSentimentDetectionJobOutput
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