Struct aws_sdk_textract::model::UndetectedSignature
source · #[non_exhaustive]pub struct UndetectedSignature { /* private fields */ }
Expand description
A structure containing information about an undetected signature on a page where it was expected but not found.
Implementations§
source§impl UndetectedSignature
impl UndetectedSignature
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UndetectedSignature
.
Trait Implementations§
source§impl Clone for UndetectedSignature
impl Clone for UndetectedSignature
source§fn clone(&self) -> UndetectedSignature
fn clone(&self) -> UndetectedSignature
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 UndetectedSignature
impl Debug for UndetectedSignature
source§impl PartialEq<UndetectedSignature> for UndetectedSignature
impl PartialEq<UndetectedSignature> for UndetectedSignature
source§fn eq(&self, other: &UndetectedSignature) -> bool
fn eq(&self, other: &UndetectedSignature) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.