Struct aws_sdk_comprehend::model::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
sourceimpl BatchItemError
impl BatchItemError
sourceimpl BatchItemError
impl BatchItemError
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchItemError.
Trait Implementations
sourceimpl Clone for BatchItemError
impl Clone for BatchItemError
sourcefn clone(&self) -> BatchItemError
fn clone(&self) -> BatchItemError
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for BatchItemError
impl Debug for BatchItemError
sourceimpl PartialEq<BatchItemError> for BatchItemError
impl PartialEq<BatchItemError> for BatchItemError
sourcefn eq(&self, other: &BatchItemError) -> bool
fn eq(&self, other: &BatchItemError) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more