#[non_exhaustive]pub struct DescribeDominantLanguageDetectionJobOutput { /* private fields */ }Implementations
sourceimpl DescribeDominantLanguageDetectionJobOutput
impl DescribeDominantLanguageDetectionJobOutput
sourcepub fn dominant_language_detection_job_properties(
&self
) -> Option<&DominantLanguageDetectionJobProperties>
pub fn dominant_language_detection_job_properties(
&self
) -> Option<&DominantLanguageDetectionJobProperties>
An object that contains the properties associated with a dominant language detection job.
sourceimpl DescribeDominantLanguageDetectionJobOutput
impl DescribeDominantLanguageDetectionJobOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeDominantLanguageDetectionJobOutput.
Trait Implementations
sourceimpl Clone for DescribeDominantLanguageDetectionJobOutput
impl Clone for DescribeDominantLanguageDetectionJobOutput
sourcefn clone(&self) -> DescribeDominantLanguageDetectionJobOutput
fn clone(&self) -> DescribeDominantLanguageDetectionJobOutput
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<DescribeDominantLanguageDetectionJobOutput> for DescribeDominantLanguageDetectionJobOutput
impl PartialEq<DescribeDominantLanguageDetectionJobOutput> for DescribeDominantLanguageDetectionJobOutput
sourcefn eq(&self, other: &DescribeDominantLanguageDetectionJobOutput) -> bool
fn eq(&self, other: &DescribeDominantLanguageDetectionJobOutput) -> bool
impl StructuralPartialEq for DescribeDominantLanguageDetectionJobOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeDominantLanguageDetectionJobOutput
impl Send for DescribeDominantLanguageDetectionJobOutput
impl Sync for DescribeDominantLanguageDetectionJobOutput
impl Unpin for DescribeDominantLanguageDetectionJobOutput
impl UnwindSafe for DescribeDominantLanguageDetectionJobOutput
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