pub struct TaggedCreateKeyspaceStatementBuilder { /* private fields */ }
Expand description
Builder for TaggedCreateKeyspaceStatement
.
Implementations§
Source§impl TaggedCreateKeyspaceStatementBuilder
impl TaggedCreateKeyspaceStatementBuilder
pub fn set_if_not_exists(&mut self, value: bool) -> &mut Self
pub fn keyspace(&mut self, value: Tag<Name>) -> &mut Self
pub fn options(&mut self, value: Tag<TaggedKeyspaceOpts>) -> &mut Self
Sourcepub fn build(
&self,
) -> Result<TaggedCreateKeyspaceStatement, TaggedCreateKeyspaceStatementBuilderError>
pub fn build( &self, ) -> Result<TaggedCreateKeyspaceStatement, TaggedCreateKeyspaceStatementBuilderError>
Trait Implementations§
Source§impl Clone for TaggedCreateKeyspaceStatementBuilder
impl Clone for TaggedCreateKeyspaceStatementBuilder
Source§fn clone(&self) -> TaggedCreateKeyspaceStatementBuilder
fn clone(&self) -> TaggedCreateKeyspaceStatementBuilder
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 TaggedCreateKeyspaceStatementBuilder
impl RefUnwindSafe for TaggedCreateKeyspaceStatementBuilder
impl Send for TaggedCreateKeyspaceStatementBuilder
impl Sync for TaggedCreateKeyspaceStatementBuilder
impl Unpin for TaggedCreateKeyspaceStatementBuilder
impl UnwindSafe for TaggedCreateKeyspaceStatementBuilder
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