Enum podman_api::opts::SystemdEnabled [−][src]
pub enum SystemdEnabled {
True,
False,
Always,
}
Expand description
Used with ContainerCreateOptsBuilder::seccomp_policy
.
Variants
True
False
Always
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SystemdEnabled
impl Send for SystemdEnabled
impl Sync for SystemdEnabled
impl Unpin for SystemdEnabled
impl UnwindSafe for SystemdEnabled
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more