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