pub struct AstIndex(/* private fields */);Expand description
The index type used by nodes in the Ast
Trait Implementations§
impl Copy for AstIndex
impl Eq for AstIndex
impl StructuralPartialEq for AstIndex
Auto Trait Implementations§
impl Freeze for AstIndex
impl RefUnwindSafe for AstIndex
impl Send for AstIndex
impl Sync for AstIndex
impl Unpin for AstIndex
impl UnwindSafe for AstIndex
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