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