pub struct TaggedAlterTableStatementBuilder { /* private fields */ }
Expand description
Builder for TaggedAlterTableStatement
.
Implementations§
Source§impl TaggedAlterTableStatementBuilder
impl TaggedAlterTableStatementBuilder
pub fn table(&mut self, value: TaggedKeyspaceQualifiedName) -> &mut Self
pub fn instruction(&mut self, value: AlterTableInstruction) -> &mut Self
Sourcepub fn build(
&self,
) -> Result<TaggedAlterTableStatement, TaggedAlterTableStatementBuilderError>
pub fn build( &self, ) -> Result<TaggedAlterTableStatement, TaggedAlterTableStatementBuilderError>
Trait Implementations§
Source§impl Clone for TaggedAlterTableStatementBuilder
impl Clone for TaggedAlterTableStatementBuilder
Source§fn clone(&self) -> TaggedAlterTableStatementBuilder
fn clone(&self) -> TaggedAlterTableStatementBuilder
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for TaggedAlterTableStatementBuilder
impl RefUnwindSafe for TaggedAlterTableStatementBuilder
impl Send for TaggedAlterTableStatementBuilder
impl Sync for TaggedAlterTableStatementBuilder
impl Unpin for TaggedAlterTableStatementBuilder
impl UnwindSafe for TaggedAlterTableStatementBuilder
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