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