pub struct TaggedBatchStatementBuilder { /* private fields */ }Expand description
Builder for TaggedBatchStatement.
Implementations
sourceimpl TaggedBatchStatementBuilder
impl TaggedBatchStatementBuilder
pub fn kind(&mut self, value: BatchKind) -> &mut Self
pub fn using(&mut self, value: Tag<Vec<UpdateParameter>>) -> &mut Self
pub fn statements(
&mut self,
value: Vec<Tag<TaggedModificationStatement>>
) -> &mut Self
sourcepub fn build(
&self
) -> Result<TaggedBatchStatement, TaggedBatchStatementBuilderError>
pub fn build(
&self
) -> Result<TaggedBatchStatement, TaggedBatchStatementBuilderError>
Trait Implementations
sourceimpl Clone for TaggedBatchStatementBuilder
impl Clone for TaggedBatchStatementBuilder
sourcefn clone(&self) -> TaggedBatchStatementBuilder
fn clone(&self) -> TaggedBatchStatementBuilder
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
Auto Trait Implementations
impl RefUnwindSafe for TaggedBatchStatementBuilder
impl Send for TaggedBatchStatementBuilder
impl Sync for TaggedBatchStatementBuilder
impl Unpin for TaggedBatchStatementBuilder
impl UnwindSafe for TaggedBatchStatementBuilder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more