pub struct DropUser { /* private fields */ }
Implementations§
Source§impl DropUser
impl DropUser
pub fn if_exists(&self) -> Option<IfExists>
pub fn name_refs(&self) -> AstChildren<NameRef> ⓘ
pub fn drop_token(&self) -> Option<SyntaxToken>
pub fn user_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for DropUser
impl AstNode for DropUser
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,
impl Eq for DropUser
impl StructuralPartialEq for DropUser
Auto Trait Implementations§
impl Freeze for DropUser
impl !RefUnwindSafe for DropUser
impl !Send for DropUser
impl !Sync for DropUser
impl Unpin for DropUser
impl !UnwindSafe for DropUser
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