Enum podman_api::api::ApiResource [−][src]
pub enum ApiResource {
Containers,
Exec,
Images,
Manifests,
Networks,
Pods,
Secrets,
Volumes,
System,
}
Expand description
Types of resources available in Podman. This is just a helper enum listing all possible categories of endpoints.
Variants
Containers
Exec
Images
Manifests
Networks
Pods
Secrets
Volumes
System
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ApiResource
impl Send for ApiResource
impl Sync for ApiResource
impl Unpin for ApiResource
impl UnwindSafe for ApiResource
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