#[non_exhaustive]pub struct DescribeSentimentDetectionJobInput { /* private fields */ }Implementations
sourceimpl DescribeSentimentDetectionJobInput
impl DescribeSentimentDetectionJobInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeSentimentDetectionJob, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeSentimentDetectionJob, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeSentimentDetectionJob>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeSentimentDetectionJobInput.
Trait Implementations
sourceimpl Clone for DescribeSentimentDetectionJobInput
impl Clone for DescribeSentimentDetectionJobInput
sourcefn clone(&self) -> DescribeSentimentDetectionJobInput
fn clone(&self) -> DescribeSentimentDetectionJobInput
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<DescribeSentimentDetectionJobInput> for DescribeSentimentDetectionJobInput
impl PartialEq<DescribeSentimentDetectionJobInput> for DescribeSentimentDetectionJobInput
sourcefn eq(&self, other: &DescribeSentimentDetectionJobInput) -> bool
fn eq(&self, other: &DescribeSentimentDetectionJobInput) -> bool
impl StructuralPartialEq for DescribeSentimentDetectionJobInput
Auto Trait Implementations
impl RefUnwindSafe for DescribeSentimentDetectionJobInput
impl Send for DescribeSentimentDetectionJobInput
impl Sync for DescribeSentimentDetectionJobInput
impl Unpin for DescribeSentimentDetectionJobInput
impl UnwindSafe for DescribeSentimentDetectionJobInput
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