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