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