pub struct DockerBuildContext {
pub context_dir: PathBuf,
pub kernel_version: String,
}Expand description
Context directory structure for a Docker kernel build.
Fields§
§context_dir: PathBufPath to the build context directory.
kernel_version: StringKernel version being built.
Implementations§
Source§impl DockerBuildContext
impl DockerBuildContext
Auto Trait Implementations§
impl Freeze for DockerBuildContext
impl RefUnwindSafe for DockerBuildContext
impl Send for DockerBuildContext
impl Sync for DockerBuildContext
impl Unpin for DockerBuildContext
impl UnwindSafe for DockerBuildContext
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