podman_rest_client/v4/params/
image_load.rs

1#[derive(Default, Debug)]
2pub struct ImageLoad {
3    /// not supported
4    pub quiet: Option<bool>,
5}