Struct aws_lambda_events::event::streams::DynamoDbEventResponse
source · pub struct DynamoDbEventResponse {
pub batch_item_failures: Vec<DynamoDbBatchItemFailure>,
}Expand description
DynamoDbEventResponse is the outer structure to report batch item failures for DynamoDBEvent.
Fields§
§batch_item_failures: Vec<DynamoDbBatchItemFailure>Trait Implementations§
source§impl Clone for DynamoDbEventResponse
impl Clone for DynamoDbEventResponse
source§fn clone(&self) -> DynamoDbEventResponse
fn clone(&self) -> DynamoDbEventResponse
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 DynamoDbEventResponse
impl Debug for DynamoDbEventResponse
source§impl<'de> Deserialize<'de> for DynamoDbEventResponse
impl<'de> Deserialize<'de> for DynamoDbEventResponse
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for DynamoDbEventResponse
impl PartialEq for DynamoDbEventResponse
source§fn eq(&self, other: &DynamoDbEventResponse) -> bool
fn eq(&self, other: &DynamoDbEventResponse) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for DynamoDbEventResponse
impl Serialize for DynamoDbEventResponse
impl Eq for DynamoDbEventResponse
impl StructuralPartialEq for DynamoDbEventResponse
Auto Trait Implementations§
impl RefUnwindSafe for DynamoDbEventResponse
impl Send for DynamoDbEventResponse
impl Sync for DynamoDbEventResponse
impl Unpin for DynamoDbEventResponse
impl UnwindSafe for DynamoDbEventResponse
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