pub struct BuildCtx {
pub pkg: PkgHandle,
pub origins: OriginTable,
pub diagnostics: FileDiagnostics,
}Fields§
§pkg: PkgHandle§origins: OriginTable§diagnostics: FileDiagnosticsImplementations§
Auto Trait Implementations§
impl Freeze for BuildCtx
impl RefUnwindSafe for BuildCtx
impl Send for BuildCtx
impl Sync for BuildCtx
impl Unpin for BuildCtx
impl UnsafeUnpin for BuildCtx
impl UnwindSafe for BuildCtx
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