Struct aws_sdk_textract::operation::start_document_text_detection::StartDocumentTextDetectionOutput
source · #[non_exhaustive]pub struct StartDocumentTextDetectionOutput { /* private fields */ }Implementations§
source§impl StartDocumentTextDetectionOutput
impl StartDocumentTextDetectionOutput
sourcepub fn builder() -> StartDocumentTextDetectionOutputBuilder
pub fn builder() -> StartDocumentTextDetectionOutputBuilder
Creates a new builder-style object to manufacture StartDocumentTextDetectionOutput.
Trait Implementations§
source§impl Clone for StartDocumentTextDetectionOutput
impl Clone for StartDocumentTextDetectionOutput
source§fn clone(&self) -> StartDocumentTextDetectionOutput
fn clone(&self) -> StartDocumentTextDetectionOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl PartialEq<StartDocumentTextDetectionOutput> for StartDocumentTextDetectionOutput
impl PartialEq<StartDocumentTextDetectionOutput> for StartDocumentTextDetectionOutput
source§fn eq(&self, other: &StartDocumentTextDetectionOutput) -> bool
fn eq(&self, other: &StartDocumentTextDetectionOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for StartDocumentTextDetectionOutput
impl RequestId for StartDocumentTextDetectionOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.impl StructuralPartialEq for StartDocumentTextDetectionOutput
Auto Trait Implementations§
impl RefUnwindSafe for StartDocumentTextDetectionOutput
impl Send for StartDocumentTextDetectionOutput
impl Sync for StartDocumentTextDetectionOutput
impl Unpin for StartDocumentTextDetectionOutput
impl UnwindSafe for StartDocumentTextDetectionOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more