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