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