pub struct GrantRoleStatement {
pub name: Name,
pub to: Name,
}
Fields§
§name: Name
§to: Name
Trait Implementations§
Source§impl Clone for GrantRoleStatement
impl Clone for GrantRoleStatement
Source§fn clone(&self) -> GrantRoleStatement
fn clone(&self) -> GrantRoleStatement
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 GrantRoleStatement
impl<'a> CustomToTokens<'a> for GrantRoleStatement
Source§impl Debug for GrantRoleStatement
impl Debug for GrantRoleStatement
Source§impl Display for GrantRoleStatement
impl Display for GrantRoleStatement
Source§impl From<GrantRoleStatement> for RoleStatement
impl From<GrantRoleStatement> for RoleStatement
Source§fn from(original: GrantRoleStatement) -> RoleStatement
fn from(original: GrantRoleStatement) -> RoleStatement
Converts to this type from the input type.
Source§impl From<GrantRoleStatement> for Statement
impl From<GrantRoleStatement> for Statement
Source§fn from(v: GrantRoleStatement) -> Self
fn from(v: GrantRoleStatement) -> Self
Converts to this type from the input type.
Source§impl FromStr for GrantRoleStatement
impl FromStr for GrantRoleStatement
Source§impl Parse for GrantRoleStatement
impl Parse for GrantRoleStatement
type Output = GrantRoleStatement
fn parse(s: &mut StatementStream<'_>) -> Result<Self::Output>
Source§impl PartialEq for GrantRoleStatement
impl PartialEq for GrantRoleStatement
Source§impl ToTokens for GrantRoleStatement
impl ToTokens for GrantRoleStatement
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 GrantRoleStatement
impl TryFrom<RoleStatement> for GrantRoleStatement
Source§impl TryInto<GrantRoleStatement> for Statement
impl TryInto<GrantRoleStatement> for Statement
impl Eq for GrantRoleStatement
impl StructuralPartialEq for GrantRoleStatement
Auto Trait Implementations§
impl Freeze for GrantRoleStatement
impl RefUnwindSafe for GrantRoleStatement
impl Send for GrantRoleStatement
impl Sync for GrantRoleStatement
impl Unpin for GrantRoleStatement
impl UnwindSafe for GrantRoleStatement
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