Struct aws_sdk_textract::types::DocumentMetadata
source · #[non_exhaustive]pub struct DocumentMetadata { /* private fields */ }Expand description
Information about the input document.
Implementations§
source§impl DocumentMetadata
impl DocumentMetadata
sourcepub fn builder() -> DocumentMetadataBuilder
pub fn builder() -> DocumentMetadataBuilder
Creates a new builder-style object to manufacture DocumentMetadata.
Trait Implementations§
source§impl Clone for DocumentMetadata
impl Clone for DocumentMetadata
source§fn clone(&self) -> DocumentMetadata
fn clone(&self) -> DocumentMetadata
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 DocumentMetadata
impl Debug for DocumentMetadata
source§impl PartialEq<DocumentMetadata> for DocumentMetadata
impl PartialEq<DocumentMetadata> for DocumentMetadata
source§fn eq(&self, other: &DocumentMetadata) -> bool
fn eq(&self, other: &DocumentMetadata) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DocumentMetadata
Auto Trait Implementations§
impl RefUnwindSafe for DocumentMetadata
impl Send for DocumentMetadata
impl Sync for DocumentMetadata
impl Unpin for DocumentMetadata
impl UnwindSafe for DocumentMetadata
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