Struct aws_sdk_dynamodb::model::BatchStatementResponse
source · [−]#[non_exhaustive]pub struct BatchStatementResponse { /* private fields */ }
Expand description
A PartiQL batch statement response..
Implementations
sourceimpl BatchStatementResponse
impl BatchStatementResponse
sourcepub fn error(&self) -> Option<&BatchStatementError>
pub fn error(&self) -> Option<&BatchStatementError>
The error associated with a failed PartiQL batch statement.
sourcepub fn table_name(&self) -> Option<&str>
pub fn table_name(&self) -> Option<&str>
The table name associated with a failed PartiQL batch statement.
sourceimpl BatchStatementResponse
impl BatchStatementResponse
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchStatementResponse
.
Trait Implementations
sourceimpl Clone for BatchStatementResponse
impl Clone for BatchStatementResponse
sourcefn clone(&self) -> BatchStatementResponse
fn clone(&self) -> BatchStatementResponse
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 BatchStatementResponse
impl Debug for BatchStatementResponse
sourceimpl PartialEq<BatchStatementResponse> for BatchStatementResponse
impl PartialEq<BatchStatementResponse> for BatchStatementResponse
sourcefn eq(&self, other: &BatchStatementResponse) -> bool
fn eq(&self, other: &BatchStatementResponse) -> bool
impl StructuralPartialEq for BatchStatementResponse
Auto Trait Implementations
impl RefUnwindSafe for BatchStatementResponse
impl Send for BatchStatementResponse
impl Sync for BatchStatementResponse
impl Unpin for BatchStatementResponse
impl UnwindSafe for BatchStatementResponse
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