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