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