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