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