pub struct TaggedRevokeRoleStatement {
pub name: Tag<Name>,
pub from: Tag<Name>,
}
Fields§
§name: Tag<Name>
§from: Tag<Name>
Trait Implementations§
Source§impl Clone for TaggedRevokeRoleStatement
impl Clone for TaggedRevokeRoleStatement
Source§fn clone(&self) -> TaggedRevokeRoleStatement
fn clone(&self) -> TaggedRevokeRoleStatement
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 TaggedRevokeRoleStatement
impl<'a> CustomToTokens<'a> for TaggedRevokeRoleStatement
Source§impl Debug for TaggedRevokeRoleStatement
impl Debug for TaggedRevokeRoleStatement
Source§impl From<TaggedRevokeRoleStatement> for TaggedRoleStatement
impl From<TaggedRevokeRoleStatement> for TaggedRoleStatement
Source§fn from(original: TaggedRevokeRoleStatement) -> TaggedRoleStatement
fn from(original: TaggedRevokeRoleStatement) -> TaggedRoleStatement
Converts to this type from the input type.
Source§impl From<TaggedRevokeRoleStatement> for TaggedStatement
impl From<TaggedRevokeRoleStatement> for TaggedStatement
Source§fn from(v: TaggedRevokeRoleStatement) -> Self
fn from(v: TaggedRevokeRoleStatement) -> Self
Converts to this type from the input type.
Source§impl FromStr for TaggedRevokeRoleStatement
impl FromStr for TaggedRevokeRoleStatement
Source§impl Parse for TaggedRevokeRoleStatement
impl Parse for TaggedRevokeRoleStatement
type Output = TaggedRevokeRoleStatement
fn parse(s: &mut StatementStream<'_>) -> Result<Self::Output>
Source§impl PartialEq for TaggedRevokeRoleStatement
impl PartialEq for TaggedRevokeRoleStatement
Source§fn eq(&self, other: &TaggedRevokeRoleStatement) -> bool
fn eq(&self, other: &TaggedRevokeRoleStatement) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl ToTokens for TaggedRevokeRoleStatement
impl ToTokens for TaggedRevokeRoleStatement
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,
impl Eq for TaggedRevokeRoleStatement
impl StructuralPartialEq for TaggedRevokeRoleStatement
Auto Trait Implementations§
impl Freeze for TaggedRevokeRoleStatement
impl RefUnwindSafe for TaggedRevokeRoleStatement
impl Send for TaggedRevokeRoleStatement
impl Sync for TaggedRevokeRoleStatement
impl Unpin for TaggedRevokeRoleStatement
impl UnwindSafe for TaggedRevokeRoleStatement
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