pub struct GrantStmt { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AstNode for GrantStmt
impl AstNode for GrantStmt
fn can_cast(kind: SyntaxKind) -> bool
fn cast(node: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
impl Eq for GrantStmt
impl StructuralPartialEq for GrantStmt
Auto Trait Implementations§
impl !RefUnwindSafe for GrantStmt
impl !Send for GrantStmt
impl !Sync for GrantStmt
impl !UnwindSafe for GrantStmt
impl Freeze for GrantStmt
impl Unpin for GrantStmt
impl UnsafeUnpin for GrantStmt
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