Struct aws_sdk_textract::operation::analyze_id::AnalyzeIdInput
source · #[non_exhaustive]pub struct AnalyzeIdInput { /* private fields */ }Implementations§
source§impl AnalyzeIdInput
impl AnalyzeIdInput
sourcepub fn document_pages(&self) -> Option<&[Document]>
pub fn document_pages(&self) -> Option<&[Document]>
The document being passed to AnalyzeID.
source§impl AnalyzeIdInput
impl AnalyzeIdInput
sourcepub fn builder() -> AnalyzeIdInputBuilder
pub fn builder() -> AnalyzeIdInputBuilder
Creates a new builder-style object to manufacture AnalyzeIdInput.
source§impl AnalyzeIdInput
impl AnalyzeIdInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AnalyzeID, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<AnalyzeID, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<AnalyzeID>
Trait Implementations§
source§impl Clone for AnalyzeIdInput
impl Clone for AnalyzeIdInput
source§fn clone(&self) -> AnalyzeIdInput
fn clone(&self) -> AnalyzeIdInput
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 Debug for AnalyzeIdInput
impl Debug for AnalyzeIdInput
source§impl PartialEq<AnalyzeIdInput> for AnalyzeIdInput
impl PartialEq<AnalyzeIdInput> for AnalyzeIdInput
source§fn eq(&self, other: &AnalyzeIdInput) -> bool
fn eq(&self, other: &AnalyzeIdInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for AnalyzeIdInput
Auto Trait Implementations§
impl RefUnwindSafe for AnalyzeIdInput
impl Send for AnalyzeIdInput
impl Sync for AnalyzeIdInput
impl Unpin for AnalyzeIdInput
impl UnwindSafe for AnalyzeIdInput
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