Struct podman_api::opts::ContainerStatsOpts
source · pub struct ContainerStatsOpts { /* private fields */ }
Expand description
Adjust how container stats are reported.
Implementations§
source§impl ContainerStatsOpts
impl ContainerStatsOpts
sourcepub fn builder() -> ContainerStatsOptsBuilder
pub fn builder() -> ContainerStatsOptsBuilder
Returns a new instance of a builder for ContainerStatsOpts.
Trait Implementations§
source§impl Clone for ContainerStatsOpts
impl Clone for ContainerStatsOpts
source§fn clone(&self) -> ContainerStatsOpts
fn clone(&self) -> ContainerStatsOpts
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ContainerStatsOpts
impl Debug for ContainerStatsOpts
source§impl Default for ContainerStatsOpts
impl Default for ContainerStatsOpts
source§fn default() -> ContainerStatsOpts
fn default() -> ContainerStatsOpts
Returns the “default value” for a type. Read more