pub struct ContainersStatsAllLibpod<'a> {
pub containers: Option<Vec<&'a str>>,
pub stream: Option<bool>,
pub interval: Option<i64>,
}
Available on crate feature
v4
only.Fields§
§containers: Option<Vec<&'a str>>
names or IDs of containers
stream: Option<bool>
Stream the output
interval: Option<i64>
Time in seconds between stats reports
Trait Implementations§
Source§impl<'a> Debug for ContainersStatsAllLibpod<'a>
impl<'a> Debug for ContainersStatsAllLibpod<'a>
Source§impl<'a> Default for ContainersStatsAllLibpod<'a>
impl<'a> Default for ContainersStatsAllLibpod<'a>
Source§fn default() -> ContainersStatsAllLibpod<'a>
fn default() -> ContainersStatsAllLibpod<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'a> Freeze for ContainersStatsAllLibpod<'a>
impl<'a> RefUnwindSafe for ContainersStatsAllLibpod<'a>
impl<'a> Send for ContainersStatsAllLibpod<'a>
impl<'a> Sync for ContainersStatsAllLibpod<'a>
impl<'a> Unpin for ContainersStatsAllLibpod<'a>
impl<'a> UnwindSafe for ContainersStatsAllLibpod<'a>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more