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