pub struct Docker { /* private fields */ }
Trait Implementations§
Source§impl ImageBuilder for Docker
impl ImageBuilder for Docker
fn build_image(&self, image: &ImageMetadata<'_>) -> Result<Output, Error>
Auto Trait Implementations§
impl Freeze for Docker
impl RefUnwindSafe for Docker
impl Send for Docker
impl Sync for Docker
impl Unpin for Docker
impl UnwindSafe for Docker
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