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