pub struct AstTester {
pub nodes: Vec<SyntaxNode>,
pub pos: usize,
}
Fields§
§nodes: Vec<SyntaxNode>
§pos: usize
Implementations§
Auto Trait Implementations§
impl Freeze for AstTester
impl RefUnwindSafe for AstTester
impl Send for AstTester
impl Sync for AstTester
impl Unpin for AstTester
impl UnwindSafe for AstTester
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