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