Struct scylladb_parse::DropKeyspaceStatement
source · [−]Fields
if_exists: boolkeyspace: NameTrait Implementations
sourceimpl Clone for DropKeyspaceStatement
impl Clone for DropKeyspaceStatement
sourcefn clone(&self) -> DropKeyspaceStatement
fn clone(&self) -> DropKeyspaceStatement
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
sourceimpl<'a> CustomToTokens<'a> for DropKeyspaceStatement
impl<'a> CustomToTokens<'a> for DropKeyspaceStatement
fn to_tokens(&'a self, tokens: &mut TokenStream)
sourceimpl Debug for DropKeyspaceStatement
impl Debug for DropKeyspaceStatement
sourceimpl Display for DropKeyspaceStatement
impl Display for DropKeyspaceStatement
sourceimpl From<DropKeyspaceStatement> for DataDefinitionStatement
impl From<DropKeyspaceStatement> for DataDefinitionStatement
sourcefn from(original: DropKeyspaceStatement) -> DataDefinitionStatement
fn from(original: DropKeyspaceStatement) -> DataDefinitionStatement
Converts to this type from the input type.
sourceimpl From<DropKeyspaceStatement> for Statement
impl From<DropKeyspaceStatement> for Statement
sourcefn from(v: DropKeyspaceStatement) -> Self
fn from(v: DropKeyspaceStatement) -> Self
Converts to this type from the input type.
sourceimpl<T: Into<Name>> From<T> for DropKeyspaceStatement
impl<T: Into<Name>> From<T> for DropKeyspaceStatement
sourceimpl FromStr for DropKeyspaceStatement
impl FromStr for DropKeyspaceStatement
sourceimpl Parse for DropKeyspaceStatement
impl Parse for DropKeyspaceStatement
type Output = DropKeyspaceStatement
fn parse(s: &mut StatementStream<'_>) -> Result<Self::Output>
sourceimpl PartialEq<DropKeyspaceStatement> for DropKeyspaceStatement
impl PartialEq<DropKeyspaceStatement> for DropKeyspaceStatement
sourcefn eq(&self, other: &DropKeyspaceStatement) -> bool
fn eq(&self, other: &DropKeyspaceStatement) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &DropKeyspaceStatement) -> bool
fn ne(&self, other: &DropKeyspaceStatement) -> bool
This method tests for !=.
sourceimpl ToTokens for DropKeyspaceStatement
impl ToTokens for DropKeyspaceStatement
sourcefn to_tokens(&self, tokens: &mut TokenStream)
fn to_tokens(&self, tokens: &mut TokenStream)
Write self to the given TokenStream. Read more
sourcefn to_token_stream(&self) -> TokenStream
fn to_token_stream(&self) -> TokenStream
Convert self directly into a TokenStream object. Read more
sourcefn into_token_stream(self) -> TokenStream
fn into_token_stream(self) -> TokenStream
Convert self directly into a TokenStream object. Read more
sourceimpl TryInto<DropKeyspaceStatement> for Statement
impl TryInto<DropKeyspaceStatement> for Statement
impl Eq for DropKeyspaceStatement
impl StructuralEq for DropKeyspaceStatement
impl StructuralPartialEq for DropKeyspaceStatement
Auto Trait Implementations
impl RefUnwindSafe for DropKeyspaceStatement
impl Send for DropKeyspaceStatement
impl Sync for DropKeyspaceStatement
impl Unpin for DropKeyspaceStatement
impl UnwindSafe for DropKeyspaceStatement
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