pub struct AstNodeId(pub usize);Expand description
Index into the AST Vec
Tuple Fields§
§0: usizeTrait Implementations§
impl Copy for AstNodeId
impl Eq for AstNodeId
impl StructuralPartialEq for AstNodeId
Auto Trait Implementations§
impl Freeze for AstNodeId
impl RefUnwindSafe for AstNodeId
impl Send for AstNodeId
impl Sync for AstNodeId
impl Unpin for AstNodeId
impl UnsafeUnpin for AstNodeId
impl UnwindSafe for AstNodeId
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