1#[derive(Default, Debug)] 2pub struct PodStatsAllLibpod<'a> { 3 /// Provide statistics for all running pods. 4 pub all: Option<bool>, 5 /// Names or IDs of pods. 6 pub names_or_i_ds: Option<Vec<&'a str>>, 7}