podman_client/models/podman/manifests/
exists.rs

1pub struct ManifestExistsOptions<'a> {
2    pub name: &'a str,
3}