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