Struct aws_sdk_textract::types::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() -> ExpenseTypeBuilder
pub fn builder() -> ExpenseTypeBuilder
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 ==.impl StructuralPartialEq for ExpenseType
Auto Trait Implementations§
impl RefUnwindSafe for ExpenseType
impl Send for ExpenseType
impl Sync for ExpenseType
impl Unpin for ExpenseType
impl UnwindSafe for ExpenseType
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more