pub struct GrantTarget { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AstNode for GrantTarget
impl AstNode for GrantTarget
fn can_cast(kind: SyntaxKind) -> bool
fn cast(node: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
Source§impl Clone for GrantTarget
impl Clone for GrantTarget
Source§fn clone(&self) -> GrantTarget
fn clone(&self) -> GrantTarget
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GrantTarget
impl Debug for GrantTarget
impl Eq for GrantTarget
Source§impl Hash for GrantTarget
impl Hash for GrantTarget
Source§impl PartialEq for GrantTarget
impl PartialEq for GrantTarget
impl StructuralPartialEq for GrantTarget
Auto Trait Implementations§
impl !RefUnwindSafe for GrantTarget
impl !Send for GrantTarget
impl !Sync for GrantTarget
impl !UnwindSafe for GrantTarget
impl Freeze for GrantTarget
impl Unpin for GrantTarget
impl UnsafeUnpin for GrantTarget
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