#[non_exhaustive]pub struct BatchDeleteTableRowsOutput { /* private fields */ }Implementations§
source§impl BatchDeleteTableRowsOutput
impl BatchDeleteTableRowsOutput
sourcepub fn workbook_cursor(&self) -> i64
pub fn workbook_cursor(&self) -> i64
The updated workbook cursor after deleting the rows from the table.
sourcepub fn failed_batch_items(&self) -> Option<&[FailedBatchItem]>
pub fn failed_batch_items(&self) -> Option<&[FailedBatchItem]>
The list of row ids in the request that could not be deleted from the table. Each element in this list contains one row id from the request that could not be deleted along with the reason why that item could not be deleted.
source§impl BatchDeleteTableRowsOutput
impl BatchDeleteTableRowsOutput
sourcepub fn builder() -> BatchDeleteTableRowsOutputBuilder
pub fn builder() -> BatchDeleteTableRowsOutputBuilder
Creates a new builder-style object to manufacture BatchDeleteTableRowsOutput.
Trait Implementations§
source§impl Clone for BatchDeleteTableRowsOutput
impl Clone for BatchDeleteTableRowsOutput
source§fn clone(&self) -> BatchDeleteTableRowsOutput
fn clone(&self) -> BatchDeleteTableRowsOutput
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 BatchDeleteTableRowsOutput
impl Debug for BatchDeleteTableRowsOutput
source§impl PartialEq<BatchDeleteTableRowsOutput> for BatchDeleteTableRowsOutput
impl PartialEq<BatchDeleteTableRowsOutput> for BatchDeleteTableRowsOutput
source§fn eq(&self, other: &BatchDeleteTableRowsOutput) -> bool
fn eq(&self, other: &BatchDeleteTableRowsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for BatchDeleteTableRowsOutput
impl RequestId for BatchDeleteTableRowsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.impl StructuralPartialEq for BatchDeleteTableRowsOutput
Auto Trait Implementations§
impl RefUnwindSafe for BatchDeleteTableRowsOutput
impl Send for BatchDeleteTableRowsOutput
impl Sync for BatchDeleteTableRowsOutput
impl Unpin for BatchDeleteTableRowsOutput
impl UnwindSafe for BatchDeleteTableRowsOutput
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