Struct aws_sdk_textract::types::Warning
source · #[non_exhaustive]pub struct Warning { /* private fields */ }Expand description
A warning about an issue that occurred during asynchronous text analysis (StartDocumentAnalysis) or asynchronous document text detection (StartDocumentTextDetection).
Implementations§
Trait Implementations§
source§impl PartialEq<Warning> for Warning
impl PartialEq<Warning> for Warning
impl StructuralPartialEq for Warning
Auto Trait Implementations§
impl RefUnwindSafe for Warning
impl Send for Warning
impl Sync for Warning
impl Unpin for Warning
impl UnwindSafe for Warning
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