#[non_exhaustive]pub struct BatchDeleteImportDataOutput { /* private fields */ }Implementations
sourceimpl BatchDeleteImportDataOutput
impl BatchDeleteImportDataOutput
sourcepub fn errors(&self) -> Option<&[BatchDeleteImportDataError]>
pub fn errors(&self) -> Option<&[BatchDeleteImportDataError]>
Error messages returned for each import task that you deleted as a response for this command.
sourceimpl BatchDeleteImportDataOutput
impl BatchDeleteImportDataOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchDeleteImportDataOutput.
Trait Implementations
sourceimpl Clone for BatchDeleteImportDataOutput
impl Clone for BatchDeleteImportDataOutput
sourcefn clone(&self) -> BatchDeleteImportDataOutput
fn clone(&self) -> BatchDeleteImportDataOutput
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 BatchDeleteImportDataOutput
impl Debug for BatchDeleteImportDataOutput
sourceimpl PartialEq<BatchDeleteImportDataOutput> for BatchDeleteImportDataOutput
impl PartialEq<BatchDeleteImportDataOutput> for BatchDeleteImportDataOutput
sourcefn eq(&self, other: &BatchDeleteImportDataOutput) -> bool
fn eq(&self, other: &BatchDeleteImportDataOutput) -> bool
impl StructuralPartialEq for BatchDeleteImportDataOutput
Auto Trait Implementations
impl RefUnwindSafe for BatchDeleteImportDataOutput
impl Send for BatchDeleteImportDataOutput
impl Sync for BatchDeleteImportDataOutput
impl Unpin for BatchDeleteImportDataOutput
impl UnwindSafe for BatchDeleteImportDataOutput
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