pub struct TransactGetItemsResponse {
pub responses: Vec<TransactGetResponse>,
pub consumed_capacity: Option<Vec<ConsumedCapacity>>,
}Fields§
§responses: Vec<TransactGetResponse>§consumed_capacity: Option<Vec<ConsumedCapacity>>Trait Implementations§
Source§impl Debug for TransactGetItemsResponse
impl Debug for TransactGetItemsResponse
Source§impl Default for TransactGetItemsResponse
impl Default for TransactGetItemsResponse
Source§fn default() -> TransactGetItemsResponse
fn default() -> TransactGetItemsResponse
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TransactGetItemsResponse
impl RefUnwindSafe for TransactGetItemsResponse
impl Send for TransactGetItemsResponse
impl Sync for TransactGetItemsResponse
impl Unpin for TransactGetItemsResponse
impl UnsafeUnpin for TransactGetItemsResponse
impl UnwindSafe for TransactGetItemsResponse
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