Struct aws_sdk_textract::types::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() -> ExpenseDetectionBuilder
pub fn builder() -> ExpenseDetectionBuilder
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 ==.impl StructuralPartialEq for ExpenseDetection
Auto Trait Implementations§
impl RefUnwindSafe for ExpenseDetection
impl Send for ExpenseDetection
impl Sync for ExpenseDetection
impl Unpin for ExpenseDetection
impl UnwindSafe for ExpenseDetection
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