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