Struct aws_sdk_comprehend::types::BatchItemError
source · #[non_exhaustive]pub struct BatchItemError { /* private fields */ }Expand description
Describes an error that occurred while processing a document in a batch. The operation returns on BatchItemError object for each document that contained an error.
Implementations§
source§impl BatchItemError
impl BatchItemError
sourcepub fn builder() -> BatchItemErrorBuilder
pub fn builder() -> BatchItemErrorBuilder
Creates a new builder-style object to manufacture BatchItemError.
Trait Implementations§
source§impl Clone for BatchItemError
impl Clone for BatchItemError
source§fn clone(&self) -> BatchItemError
fn clone(&self) -> BatchItemError
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 BatchItemError
impl Debug for BatchItemError
source§impl PartialEq<BatchItemError> for BatchItemError
impl PartialEq<BatchItemError> for BatchItemError
source§fn eq(&self, other: &BatchItemError) -> bool
fn eq(&self, other: &BatchItemError) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for BatchItemError
Auto Trait Implementations§
impl RefUnwindSafe for BatchItemError
impl Send for BatchItemError
impl Sync for BatchItemError
impl Unpin for BatchItemError
impl UnwindSafe for BatchItemError
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