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