pub struct TaggedInsertStatementBuilder { /* private fields */ }Expand description
Builder for TaggedInsertStatement.
Implementations
sourceimpl TaggedInsertStatementBuilder
impl TaggedInsertStatementBuilder
pub fn table(&mut self, value: TaggedKeyspaceQualifiedName) -> &mut Self
pub fn kind(&mut self, value: InsertKind) -> &mut Self
pub fn set_if_not_exists(&mut self, value: bool) -> &mut Self
pub fn using(&mut self, value: Tag<Vec<UpdateParameter>>) -> &mut Self
sourcepub fn build(
&self
) -> Result<TaggedInsertStatement, TaggedInsertStatementBuilderError>
pub fn build(
&self
) -> Result<TaggedInsertStatement, TaggedInsertStatementBuilderError>
Trait Implementations
sourceimpl Clone for TaggedInsertStatementBuilder
impl Clone for TaggedInsertStatementBuilder
sourcefn clone(&self) -> TaggedInsertStatementBuilder
fn clone(&self) -> TaggedInsertStatementBuilder
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 TaggedInsertStatementBuilder
impl Send for TaggedInsertStatementBuilder
impl Sync for TaggedInsertStatementBuilder
impl Unpin for TaggedInsertStatementBuilder
impl UnwindSafe for TaggedInsertStatementBuilder
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