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