Struct aws_sdk_textract::model::ExpenseDetection
source · #[non_exhaustive]pub struct ExpenseDetection { /* private fields */ }Expand description
An object used to store information about the Value or Label detected by Amazon Textract.
Implementations§
source§impl ExpenseDetection
impl ExpenseDetection
source§impl ExpenseDetection
impl ExpenseDetection
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ExpenseDetection.
Trait Implementations§
source§impl Clone for ExpenseDetection
impl Clone for ExpenseDetection
source§fn clone(&self) -> ExpenseDetection
fn clone(&self) -> ExpenseDetection
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 ExpenseDetection
impl Debug for ExpenseDetection
source§impl PartialEq<ExpenseDetection> for ExpenseDetection
impl PartialEq<ExpenseDetection> for ExpenseDetection
source§fn eq(&self, other: &ExpenseDetection) -> bool
fn eq(&self, other: &ExpenseDetection) -> bool
This method tests for
self and other values to be equal, and is used
by ==.