pub struct CommentStmt { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AstNode for CommentStmt
impl AstNode for CommentStmt
fn can_cast(kind: SyntaxKind) -> bool
fn cast(node: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
Source§impl Clone for CommentStmt
impl Clone for CommentStmt
Source§fn clone(&self) -> CommentStmt
fn clone(&self) -> CommentStmt
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 CommentStmt
impl Debug for CommentStmt
impl Eq for CommentStmt
Source§impl Hash for CommentStmt
impl Hash for CommentStmt
Source§impl PartialEq for CommentStmt
impl PartialEq for CommentStmt
impl StructuralPartialEq for CommentStmt
Auto Trait Implementations§
impl !RefUnwindSafe for CommentStmt
impl !Send for CommentStmt
impl !Sync for CommentStmt
impl !UnwindSafe for CommentStmt
impl Freeze for CommentStmt
impl Unpin for CommentStmt
impl UnsafeUnpin for CommentStmt
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