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