pub struct TaggedDropMaterializedViewStatement {
pub if_exists: bool,
pub name: TaggedKeyspaceQualifiedName,
}
Fields§
§if_exists: bool
§name: TaggedKeyspaceQualifiedName
Trait Implementations§
Source§impl Clone for TaggedDropMaterializedViewStatement
impl Clone for TaggedDropMaterializedViewStatement
Source§fn clone(&self) -> TaggedDropMaterializedViewStatement
fn clone(&self) -> TaggedDropMaterializedViewStatement
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 moreSource§impl<'a> CustomToTokens<'a> for TaggedDropMaterializedViewStatement
impl<'a> CustomToTokens<'a> for TaggedDropMaterializedViewStatement
Source§impl From<TaggedDropMaterializedViewStatement> for TaggedMaterializedViewStatement
impl From<TaggedDropMaterializedViewStatement> for TaggedMaterializedViewStatement
Source§fn from(
original: TaggedDropMaterializedViewStatement,
) -> TaggedMaterializedViewStatement
fn from( original: TaggedDropMaterializedViewStatement, ) -> TaggedMaterializedViewStatement
Converts to this type from the input type.
Source§impl From<TaggedDropMaterializedViewStatement> for TaggedStatement
impl From<TaggedDropMaterializedViewStatement> for TaggedStatement
Source§fn from(v: TaggedDropMaterializedViewStatement) -> Self
fn from(v: TaggedDropMaterializedViewStatement) -> Self
Converts to this type from the input type.
Source§impl Parse for TaggedDropMaterializedViewStatement
impl Parse for TaggedDropMaterializedViewStatement
type Output = TaggedDropMaterializedViewStatement
fn parse(s: &mut StatementStream<'_>) -> Result<Self::Output>
Source§impl PartialEq for TaggedDropMaterializedViewStatement
impl PartialEq for TaggedDropMaterializedViewStatement
Source§fn eq(&self, other: &TaggedDropMaterializedViewStatement) -> bool
fn eq(&self, other: &TaggedDropMaterializedViewStatement) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl ToTokens for TaggedDropMaterializedViewStatement
impl ToTokens for TaggedDropMaterializedViewStatement
Source§fn to_token_stream(&self) -> TokenStream
fn to_token_stream(&self) -> TokenStream
Source§fn into_token_stream(self) -> TokenStreamwhere
Self: Sized,
fn into_token_stream(self) -> TokenStreamwhere
Self: Sized,
impl Eq for TaggedDropMaterializedViewStatement
impl StructuralPartialEq for TaggedDropMaterializedViewStatement
Auto Trait Implementations§
impl Freeze for TaggedDropMaterializedViewStatement
impl RefUnwindSafe for TaggedDropMaterializedViewStatement
impl Send for TaggedDropMaterializedViewStatement
impl Sync for TaggedDropMaterializedViewStatement
impl Unpin for TaggedDropMaterializedViewStatement
impl UnwindSafe for TaggedDropMaterializedViewStatement
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