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