Enum podman_api::opts::SeccompPolicy [−][src]
pub enum SeccompPolicy {
Empty,
Default,
Image,
}
Expand description
Used with ContainerCreateOptsBuilder::seccomp_policy
.
Variants
Empty
Default
Image
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SeccompPolicy
impl Send for SeccompPolicy
impl Sync for SeccompPolicy
impl Unpin for SeccompPolicy
impl UnwindSafe for SeccompPolicy
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