pub struct UndropStmt { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AstNode for UndropStmt
impl AstNode for UndropStmt
fn can_cast(kind: SyntaxKind) -> bool
fn cast(node: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
Source§impl Clone for UndropStmt
impl Clone for UndropStmt
Source§fn clone(&self) -> UndropStmt
fn clone(&self) -> UndropStmt
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 UndropStmt
impl Debug for UndropStmt
impl Eq for UndropStmt
Source§impl Hash for UndropStmt
impl Hash for UndropStmt
Source§impl PartialEq for UndropStmt
impl PartialEq for UndropStmt
impl StructuralPartialEq for UndropStmt
Auto Trait Implementations§
impl !RefUnwindSafe for UndropStmt
impl !Send for UndropStmt
impl !Sync for UndropStmt
impl !UnwindSafe for UndropStmt
impl Freeze for UndropStmt
impl Unpin for UndropStmt
impl UnsafeUnpin for UndropStmt
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