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