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