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