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