pub struct FileIndexAndAst {
pub file: FileIndex,
pub ast: TopLevel,
}
Fields§
§file: FileIndex
§ast: TopLevel
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FileIndexAndAst
impl RefUnwindSafe for FileIndexAndAst
impl Send for FileIndexAndAst
impl Sync for FileIndexAndAst
impl Unpin for FileIndexAndAst
impl UnwindSafe for FileIndexAndAst
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