pub struct RevokeCommand { /* private fields */ }Implementations§
Source§impl RevokeCommand
impl RevokeCommand
pub fn role(&self) -> Option<Role>
pub fn all_token(&self) -> Option<SyntaxToken>
pub fn alter_token(&self) -> Option<SyntaxToken>
pub fn create_token(&self) -> Option<SyntaxToken>
pub fn delete_token(&self) -> Option<SyntaxToken>
pub fn execute_token(&self) -> Option<SyntaxToken>
pub fn ident_token(&self) -> Option<SyntaxToken>
pub fn insert_token(&self) -> Option<SyntaxToken>
pub fn references_token(&self) -> Option<SyntaxToken>
pub fn select_token(&self) -> Option<SyntaxToken>
pub fn system_token(&self) -> Option<SyntaxToken>
pub fn temp_token(&self) -> Option<SyntaxToken>
pub fn temporary_token(&self) -> Option<SyntaxToken>
pub fn trigger_token(&self) -> Option<SyntaxToken>
pub fn truncate_token(&self) -> Option<SyntaxToken>
pub fn update_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for RevokeCommand
impl AstNode for RevokeCommand
fn can_cast(kind: SyntaxKind) -> bool
fn cast(syntax: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
fn clone_for_update(&self) -> Selfwhere
Self: Sized,
fn clone_subtree(&self) -> Selfwhere
Self: Sized,
Source§impl Clone for RevokeCommand
impl Clone for RevokeCommand
Source§fn clone(&self) -> RevokeCommand
fn clone(&self) -> RevokeCommand
Returns a duplicate of the value. Read more
1.0.0 · 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 RevokeCommand
impl Debug for RevokeCommand
Source§impl Hash for RevokeCommand
impl Hash for RevokeCommand
Source§impl PartialEq for RevokeCommand
impl PartialEq for RevokeCommand
impl Eq for RevokeCommand
impl StructuralPartialEq for RevokeCommand
Auto Trait Implementations§
impl Freeze for RevokeCommand
impl !RefUnwindSafe for RevokeCommand
impl !Send for RevokeCommand
impl !Sync for RevokeCommand
impl Unpin for RevokeCommand
impl !UnwindSafe for RevokeCommand
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