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