#[non_exhaustive]pub struct StartLabelDetectionOutput { /* private fields */ }Implementations
sourceimpl StartLabelDetectionOutput
impl StartLabelDetectionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StartLabelDetectionOutput.
Trait Implementations
sourceimpl Clone for StartLabelDetectionOutput
impl Clone for StartLabelDetectionOutput
sourcefn clone(&self) -> StartLabelDetectionOutput
fn clone(&self) -> StartLabelDetectionOutput
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 StartLabelDetectionOutput
impl Debug for StartLabelDetectionOutput
sourceimpl PartialEq<StartLabelDetectionOutput> for StartLabelDetectionOutput
impl PartialEq<StartLabelDetectionOutput> for StartLabelDetectionOutput
sourcefn eq(&self, other: &StartLabelDetectionOutput) -> bool
fn eq(&self, other: &StartLabelDetectionOutput) -> bool
impl StructuralPartialEq for StartLabelDetectionOutput
Auto Trait Implementations
impl RefUnwindSafe for StartLabelDetectionOutput
impl Send for StartLabelDetectionOutput
impl Sync for StartLabelDetectionOutput
impl Unpin for StartLabelDetectionOutput
impl UnwindSafe for StartLabelDetectionOutput
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