Struct podman_api::opts::PodStatsOptsBuilder [−][src]
pub struct PodStatsOptsBuilder { /* fields omitted */ }
Expand description
A builder struct for PodStatsOpts.
Implementations
Finish building PodStatsOpts.
pub fn names_or_ids<I, S>(self, names_or_ids: I) -> Self where
I: IntoIterator<Item = S>,
S: Into<String>,
pub fn names_or_ids<I, S>(self, names_or_ids: I) -> Self where
I: IntoIterator<Item = S>,
S: Into<String>,
Names or IDs of pods.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for PodStatsOptsBuilder
impl Send for PodStatsOptsBuilder
impl Sync for PodStatsOptsBuilder
impl Unpin for PodStatsOptsBuilder
impl UnwindSafe for PodStatsOptsBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more