Struct stc_ts_storage::File
source · [−]pub struct File {
pub id: ModuleId,
pub top_level_ctxt: SyntaxContext,
pub path: Arc<FileName>,
pub stmt_count: usize,
}
Fields
id: ModuleId
top_level_ctxt: SyntaxContext
path: Arc<FileName>
stmt_count: usize
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more