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