Struct podman_api::opts::ContainerStatsOptsBuilder
source · pub struct ContainerStatsOptsBuilder { /* private fields */ }Expand description
A builder struct for ContainerStatsOpts.
Implementations§
source§impl ContainerStatsOptsBuilder
impl ContainerStatsOptsBuilder
sourcepub fn build(self) -> ContainerStatsOpts
pub fn build(self) -> ContainerStatsOpts
Finish building ContainerStatsOpts.
source§impl ContainerStatsOptsBuilder
impl ContainerStatsOptsBuilder
sourcepub fn containers<S>(self, containers: impl IntoIterator<Item = S>) -> Selfwhere
S: Into<String>,
pub fn containers<S>(self, containers: impl IntoIterator<Item = S>) -> Selfwhere
S: Into<String>,
Names or IDs of containers
Trait Implementations§
source§impl Clone for ContainerStatsOptsBuilder
impl Clone for ContainerStatsOptsBuilder
source§fn clone(&self) -> ContainerStatsOptsBuilder
fn clone(&self) -> ContainerStatsOptsBuilder
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 ContainerStatsOptsBuilder
impl Debug for ContainerStatsOptsBuilder
source§impl Default for ContainerStatsOptsBuilder
impl Default for ContainerStatsOptsBuilder
source§fn default() -> ContainerStatsOptsBuilder
fn default() -> ContainerStatsOptsBuilder
Returns the “default value” for a type. Read more