Struct debris_parser::ast::AstNodeInner
source · pub struct AstNodeInner {
pub syntax_tree: Rc<SyntaxTree>,
pub syntax_node: NodeId,
}
Fields§
§syntax_tree: Rc<SyntaxTree>
§syntax_node: NodeId
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for AstNodeInner
impl !Send for AstNodeInner
impl !Sync for AstNodeInner
impl Unpin for AstNodeInner
impl UnwindSafe for AstNodeInner
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