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}