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