podman_rest_client/v5/params/
container_stats.rs

1#[derive(Default, Debug)]
2pub struct ContainerStats {
3    /// Stream the output
4    pub stream: Option<bool>,
5    /// Provide a one-shot response in which preCPU stats are blank, resulting in a single cycle return.
6    pub one_shot: Option<bool>,
7}