pub struct ParsedAst {
pub tree: Tree,
pub source: String,
pub language: String,
}Expand description
A parsed AST with metadata
Fields§
§tree: Tree§source: String§language: StringImplementations§
Auto Trait Implementations§
impl Freeze for ParsedAst
impl RefUnwindSafe for ParsedAst
impl Send for ParsedAst
impl Sync for ParsedAst
impl Unpin for ParsedAst
impl UnwindSafe for ParsedAst
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