pub struct ListRolesStatement {
pub of: Option<Name>,
pub no_recursive: bool,
}
Fields§
§of: Option<Name>
§no_recursive: bool
Trait Implementations§
Source§impl Clone for ListRolesStatement
impl Clone for ListRolesStatement
Source§fn clone(&self) -> ListRolesStatement
fn clone(&self) -> ListRolesStatement
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<'a> CustomToTokens<'a> for ListRolesStatement
impl<'a> CustomToTokens<'a> for ListRolesStatement
Source§impl Debug for ListRolesStatement
impl Debug for ListRolesStatement
Source§impl Display for ListRolesStatement
impl Display for ListRolesStatement
Source§impl From<ListRolesStatement> for RoleStatement
impl From<ListRolesStatement> for RoleStatement
Source§fn from(original: ListRolesStatement) -> RoleStatement
fn from(original: ListRolesStatement) -> RoleStatement
Converts to this type from the input type.
Source§impl From<ListRolesStatement> for Statement
impl From<ListRolesStatement> for Statement
Source§fn from(v: ListRolesStatement) -> Self
fn from(v: ListRolesStatement) -> Self
Converts to this type from the input type.
Source§impl FromStr for ListRolesStatement
impl FromStr for ListRolesStatement
Source§impl Parse for ListRolesStatement
impl Parse for ListRolesStatement
type Output = ListRolesStatement
fn parse(s: &mut StatementStream<'_>) -> Result<Self::Output>
Source§impl PartialEq for ListRolesStatement
impl PartialEq for ListRolesStatement
Source§impl ToTokens for ListRolesStatement
impl ToTokens for ListRolesStatement
Source§fn to_token_stream(&self) -> TokenStream
fn to_token_stream(&self) -> TokenStream
Source§fn into_token_stream(self) -> TokenStreamwhere
Self: Sized,
fn into_token_stream(self) -> TokenStreamwhere
Self: Sized,
Source§impl TryFrom<RoleStatement> for ListRolesStatement
impl TryFrom<RoleStatement> for ListRolesStatement
Source§impl TryInto<ListRolesStatement> for Statement
impl TryInto<ListRolesStatement> for Statement
impl Eq for ListRolesStatement
impl StructuralPartialEq for ListRolesStatement
Auto Trait Implementations§
impl Freeze for ListRolesStatement
impl RefUnwindSafe for ListRolesStatement
impl Send for ListRolesStatement
impl Sync for ListRolesStatement
impl Unpin for ListRolesStatement
impl UnwindSafe for ListRolesStatement
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more