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