pub enum ContainerEnvironment {
Docker,
Kubernetes,
Podman,
None,
}Expand description
Enum representing different container environments.
Variantsยง
Trait Implementationsยง
Sourceยงimpl Debug for ContainerEnvironment
impl Debug for ContainerEnvironment
Sourceยงimpl Display for ContainerEnvironment
impl Display for ContainerEnvironment
Sourceยงimpl PartialEq for ContainerEnvironment
impl PartialEq for ContainerEnvironment
impl Eq for ContainerEnvironment
impl StructuralPartialEq for ContainerEnvironment
Auto Trait Implementationsยง
impl Freeze for ContainerEnvironment
impl RefUnwindSafe for ContainerEnvironment
impl Send for ContainerEnvironment
impl Sync for ContainerEnvironment
impl Unpin for ContainerEnvironment
impl UnwindSafe for ContainerEnvironment
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