podman_rest_client/v5/params/
manifest_push_v_3_libpod.rs

1#[derive(Default, Debug)]
2pub struct ManifestPushV3Libpod<'a> {
3    /// the destination for the manifest
4    pub destination: &'a str,
5    /// push all images
6    pub all: Option<bool>,
7}