Struct podman_api::opts::ContainerTopOpts
source · pub struct ContainerTopOpts { /* private fields */ }Expand description
Adjust how container stats are reported.
Implementations§
source§impl ContainerTopOpts
impl ContainerTopOpts
sourcepub fn builder() -> ContainerTopOptsBuilder
pub fn builder() -> ContainerTopOptsBuilder
Returns a new instance of a builder for ContainerTopOpts.
Trait Implementations§
source§impl Clone for ContainerTopOpts
impl Clone for ContainerTopOpts
source§fn clone(&self) -> ContainerTopOpts
fn clone(&self) -> ContainerTopOpts
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 ContainerTopOpts
impl Debug for ContainerTopOpts
source§impl Default for ContainerTopOpts
impl Default for ContainerTopOpts
source§fn default() -> ContainerTopOpts
fn default() -> ContainerTopOpts
Returns the “default value” for a type. Read more