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