pub struct TaggedDropMaterializedViewStatementBuilder { /* private fields */ }
Expand description
Builder for TaggedDropMaterializedViewStatement
.
Implementations§
Source§impl TaggedDropMaterializedViewStatementBuilder
impl TaggedDropMaterializedViewStatementBuilder
pub fn set_if_exists(&mut self, value: bool) -> &mut Self
pub fn name(&mut self, value: TaggedKeyspaceQualifiedName) -> &mut Self
Sourcepub fn build(
&self,
) -> Result<TaggedDropMaterializedViewStatement, TaggedDropMaterializedViewStatementBuilderError>
pub fn build( &self, ) -> Result<TaggedDropMaterializedViewStatement, TaggedDropMaterializedViewStatementBuilderError>
Builds a new TaggedDropMaterializedViewStatement
.
§Errors
If a required field has not been initialized.
Trait Implementations§
Source§impl Clone for TaggedDropMaterializedViewStatementBuilder
impl Clone for TaggedDropMaterializedViewStatementBuilder
Source§fn clone(&self) -> TaggedDropMaterializedViewStatementBuilder
fn clone(&self) -> TaggedDropMaterializedViewStatementBuilder
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 TaggedDropMaterializedViewStatementBuilder
impl RefUnwindSafe for TaggedDropMaterializedViewStatementBuilder
impl Send for TaggedDropMaterializedViewStatementBuilder
impl Sync for TaggedDropMaterializedViewStatementBuilder
impl Unpin for TaggedDropMaterializedViewStatementBuilder
impl UnwindSafe for TaggedDropMaterializedViewStatementBuilder
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