pub struct BuildCtx { /* private fields */ }Expand description
Fragment registry snapshot, passed to container builds.
Implementations§
Source§impl BuildCtx
impl BuildCtx
Sourcepub fn collect() -> BuildCtx
pub fn collect() -> BuildCtx
Emit-only: gathers fragments AND loads athena.toml. Never called
in run-mode, so the in-pod binary needs no athena.toml.
pub fn config(&self) -> &AthenaConfig
Sourcepub fn resolved_host_paths(&self, own: &[&str], callees: &[&str]) -> Vec<String>
pub fn resolved_host_paths(&self, own: &[&str], callees: &[&str]) -> Vec<String>
hostPaths: own host!s ∪ fragment closure.
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