pub struct Privileges { /* private fields */ }Implementations§
Source§impl Privileges
impl Privileges
pub fn column_list(&self) -> Option<ColumnList>
pub fn revoke_command_list(&self) -> Option<RevokeCommandList>
pub fn all_token(&self) -> Option<SyntaxToken>
pub fn privileges_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for Privileges
impl AstNode for Privileges
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 Privileges
impl Clone for Privileges
Source§fn clone(&self) -> Privileges
fn clone(&self) -> Privileges
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 Privileges
impl Debug for Privileges
Source§impl Hash for Privileges
impl Hash for Privileges
Source§impl PartialEq for Privileges
impl PartialEq for Privileges
impl Eq for Privileges
impl StructuralPartialEq for Privileges
Auto Trait Implementations§
impl Freeze for Privileges
impl !RefUnwindSafe for Privileges
impl !Send for Privileges
impl !Sync for Privileges
impl Unpin for Privileges
impl !UnwindSafe for Privileges
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