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