pub struct TaggedDropMaterializedViewStatementBuilder { /* private fields */ }Expand description
Builder for TaggedDropMaterializedViewStatement.
Implementations
sourceimpl 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
sourceimpl Clone for TaggedDropMaterializedViewStatementBuilder
impl Clone for TaggedDropMaterializedViewStatementBuilder
sourcefn clone(&self) -> TaggedDropMaterializedViewStatementBuilder
fn clone(&self) -> TaggedDropMaterializedViewStatementBuilder
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 TaggedDropMaterializedViewStatementBuilder
impl Send for TaggedDropMaterializedViewStatementBuilder
impl Sync for TaggedDropMaterializedViewStatementBuilder
impl Unpin for TaggedDropMaterializedViewStatementBuilder
impl UnwindSafe for TaggedDropMaterializedViewStatementBuilder
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