pub struct BatchExecuteStatementInput {
pub statements: Vec<BatchStatementRequest>,
}
Fields§
§statements: Vec<BatchStatementRequest>
The list of PartiQL statements representing the batch to run.
Trait Implementations§
Source§impl Clone for BatchExecuteStatementInput
impl Clone for BatchExecuteStatementInput
Source§fn clone(&self) -> BatchExecuteStatementInput
fn clone(&self) -> BatchExecuteStatementInput
Returns a duplicate 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 BatchExecuteStatementInput
impl Debug for BatchExecuteStatementInput
Source§impl Default for BatchExecuteStatementInput
impl Default for BatchExecuteStatementInput
Source§fn default() -> BatchExecuteStatementInput
fn default() -> BatchExecuteStatementInput
Returns the “default value” for a type. Read more
impl StructuralPartialEq for BatchExecuteStatementInput
Auto Trait Implementations§
impl Freeze for BatchExecuteStatementInput
impl RefUnwindSafe for BatchExecuteStatementInput
impl Send for BatchExecuteStatementInput
impl Sync for BatchExecuteStatementInput
impl Unpin for BatchExecuteStatementInput
impl UnwindSafe for BatchExecuteStatementInput
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