pub struct ImageRunner { /* private fields */ }Expand description
Image runner that orchestrates the build and run process.
Implementations§
Auto Trait Implementations§
impl Freeze for ImageRunner
impl !RefUnwindSafe for ImageRunner
impl Send for ImageRunner
impl Sync for ImageRunner
impl Unpin for ImageRunner
impl !UnwindSafe for ImageRunner
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