pub struct File {
pub package: usize,
pub name: IdentKey,
pub decls: Vec<Decl, Global>,
pub scope: ScopeKey,
pub imports: Vec<SpecKey, Global>,
pub unresolved: Vec<IdentKey, Global>,
}
Fields§
§package: usize
§name: IdentKey
§decls: Vec<Decl, Global>
§scope: ScopeKey
§imports: Vec<SpecKey, Global>
§unresolved: Vec<IdentKey, Global>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for File
impl !Send for File
impl !Sync for File
impl Unpin for File
impl UnwindSafe for File
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