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