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