pub struct AlterDefaultPrivileges { /* private fields */ }
Implementations§
Source§impl AlterDefaultPrivileges
impl AlterDefaultPrivileges
pub fn alter_token(&self) -> Option<SyntaxToken>
pub fn default_token(&self) -> Option<SyntaxToken>
pub fn privileges_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for AlterDefaultPrivileges
impl AstNode for AlterDefaultPrivileges
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 AlterDefaultPrivileges
impl Clone for AlterDefaultPrivileges
Source§fn clone(&self) -> AlterDefaultPrivileges
fn clone(&self) -> AlterDefaultPrivileges
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 AlterDefaultPrivileges
impl Debug for AlterDefaultPrivileges
Source§impl From<AlterDefaultPrivileges> for Stmt
impl From<AlterDefaultPrivileges> for Stmt
Source§fn from(node: AlterDefaultPrivileges) -> Stmt
fn from(node: AlterDefaultPrivileges) -> Stmt
Converts to this type from the input type.
Source§impl Hash for AlterDefaultPrivileges
impl Hash for AlterDefaultPrivileges
Source§impl PartialEq for AlterDefaultPrivileges
impl PartialEq for AlterDefaultPrivileges
impl Eq for AlterDefaultPrivileges
impl StructuralPartialEq for AlterDefaultPrivileges
Auto Trait Implementations§
impl Freeze for AlterDefaultPrivileges
impl !RefUnwindSafe for AlterDefaultPrivileges
impl !Send for AlterDefaultPrivileges
impl !Sync for AlterDefaultPrivileges
impl Unpin for AlterDefaultPrivileges
impl !UnwindSafe for AlterDefaultPrivileges
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