pub struct PrivilegeTarget { /* private fields */ }Implementations§
Source§impl PrivilegeTarget
impl PrivilegeTarget
pub fn functions_token(&self) -> Option<SyntaxToken>
pub fn large_token(&self) -> Option<SyntaxToken>
pub fn objects_token(&self) -> Option<SyntaxToken>
pub fn routines_token(&self) -> Option<SyntaxToken>
pub fn schemas_token(&self) -> Option<SyntaxToken>
pub fn sequences_token(&self) -> Option<SyntaxToken>
pub fn tables_token(&self) -> Option<SyntaxToken>
pub fn types_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for PrivilegeTarget
impl AstNode for PrivilegeTarget
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 PrivilegeTarget
impl Clone for PrivilegeTarget
Source§fn clone(&self) -> PrivilegeTarget
fn clone(&self) -> PrivilegeTarget
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 PrivilegeTarget
impl Debug for PrivilegeTarget
Source§impl Hash for PrivilegeTarget
impl Hash for PrivilegeTarget
Source§impl PartialEq for PrivilegeTarget
impl PartialEq for PrivilegeTarget
impl Eq for PrivilegeTarget
impl StructuralPartialEq for PrivilegeTarget
Auto Trait Implementations§
impl Freeze for PrivilegeTarget
impl !RefUnwindSafe for PrivilegeTarget
impl !Send for PrivilegeTarget
impl !Sync for PrivilegeTarget
impl Unpin for PrivilegeTarget
impl !UnwindSafe for PrivilegeTarget
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