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