Struct scylladb_parse::TaggedDropTableStatement
source · [−]pub struct TaggedDropTableStatement {
pub if_exists: bool,
pub table: TaggedKeyspaceQualifiedName,
}Fields
if_exists: booltable: TaggedKeyspaceQualifiedNameTrait Implementations
sourceimpl Clone for TaggedDropTableStatement
impl Clone for TaggedDropTableStatement
sourcefn clone(&self) -> TaggedDropTableStatement
fn clone(&self) -> TaggedDropTableStatement
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 TaggedDropTableStatement
impl<'a> CustomToTokens<'a> for TaggedDropTableStatement
fn to_tokens(&'a self, tokens: &mut TokenStream)
sourceimpl Debug for TaggedDropTableStatement
impl Debug for TaggedDropTableStatement
sourceimpl From<TaggedDropTableStatement> for TaggedDataDefinitionStatement
impl From<TaggedDropTableStatement> for TaggedDataDefinitionStatement
sourcefn from(original: TaggedDropTableStatement) -> TaggedDataDefinitionStatement
fn from(original: TaggedDropTableStatement) -> TaggedDataDefinitionStatement
Converts to this type from the input type.
sourceimpl From<TaggedDropTableStatement> for TaggedStatement
impl From<TaggedDropTableStatement> for TaggedStatement
sourcefn from(v: TaggedDropTableStatement) -> Self
fn from(v: TaggedDropTableStatement) -> Self
Converts to this type from the input type.
sourceimpl FromStr for TaggedDropTableStatement
impl FromStr for TaggedDropTableStatement
sourceimpl Parse for TaggedDropTableStatement
impl Parse for TaggedDropTableStatement
type Output = TaggedDropTableStatement
fn parse(s: &mut StatementStream<'_>) -> Result<Self::Output>
sourceimpl PartialEq<TaggedDropTableStatement> for TaggedDropTableStatement
impl PartialEq<TaggedDropTableStatement> for TaggedDropTableStatement
sourcefn eq(&self, other: &TaggedDropTableStatement) -> bool
fn eq(&self, other: &TaggedDropTableStatement) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &TaggedDropTableStatement) -> bool
fn ne(&self, other: &TaggedDropTableStatement) -> bool
This method tests for !=.
sourceimpl ToTokens for TaggedDropTableStatement
impl ToTokens for TaggedDropTableStatement
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
impl Eq for TaggedDropTableStatement
impl StructuralEq for TaggedDropTableStatement
impl StructuralPartialEq for TaggedDropTableStatement
Auto Trait Implementations
impl RefUnwindSafe for TaggedDropTableStatement
impl Send for TaggedDropTableStatement
impl Sync for TaggedDropTableStatement
impl Unpin for TaggedDropTableStatement
impl UnwindSafe for TaggedDropTableStatement
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