Struct aws_sdk_textract::model::ExpenseGroupProperty
source · #[non_exhaustive]pub struct ExpenseGroupProperty { /* private fields */ }
Expand description
Shows the group that a certain key belongs to. This helps differentiate between names and addresses for different organizations, that can be hard to determine via JSON response.
Implementations§
source§impl ExpenseGroupProperty
impl ExpenseGroupProperty
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ExpenseGroupProperty
.
Trait Implementations§
source§impl Clone for ExpenseGroupProperty
impl Clone for ExpenseGroupProperty
source§fn clone(&self) -> ExpenseGroupProperty
fn clone(&self) -> ExpenseGroupProperty
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 ExpenseGroupProperty
impl Debug for ExpenseGroupProperty
source§impl PartialEq<ExpenseGroupProperty> for ExpenseGroupProperty
impl PartialEq<ExpenseGroupProperty> for ExpenseGroupProperty
source§fn eq(&self, other: &ExpenseGroupProperty) -> bool
fn eq(&self, other: &ExpenseGroupProperty) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.