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