pub struct Podman {
pub version: Version,
pub compose_version: Option<Version>,
}Expand description
A Podman runner
This runner use the podman CLI
It requires podman client v4.0+
podman-compose is supported if v1.0+
Fields§
§version: VersionThe client version
compose_version: Option<Version>The podman-compose version
Trait Implementations§
impl Copy for Podman
impl Eq for Podman
impl StructuralPartialEq for Podman
Auto Trait Implementations§
impl Freeze for Podman
impl RefUnwindSafe for Podman
impl Send for Podman
impl Sync for Podman
impl Unpin 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.