podman_rest_client/v5/params/
image_tree_libpod.rs

1#[derive(Default, Debug)]
2pub struct ImageTreeLibpod {
3    /// show all child images and layers of the specified image
4    pub whatrequires: Option<bool>,
5}