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